org.openrtk.idl.epp
Class epp_XMLException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.omg.CORBA.UserException
|
+--org.openrtk.idl.epp.epp_XMLException
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public class epp_XMLException
- extends org.omg.CORBA.UserException
- implements org.omg.CORBA.portable.IDLEntity
Exception class that indicates an error occurs when rendering or parsing an XML String.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_XMLException.java,v 1.7 2001/12/04 22:32:50 lyin Exp $
$Revision: 1.7 $
$Date: 2001/12/04 22:32:50 $
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getErrorMessage()
Accessor method for the error message |
void |
setErrorMessage(java.lang.String value)
Accessor method for the error message |
java.lang.String |
toString()
Converts this class into a string. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_error_message
public java.lang.String m_error_message
- The error message.
- See Also:
setErrorMessage(String)
,
getErrorMessage()
epp_XMLException
public epp_XMLException()
- Empty constructor
epp_XMLException
public epp_XMLException(java.lang.String _m_error_message)
- The constructor with initializing variables.
- Parameters:
_m_error_message
- The error message
setErrorMessage
public void setErrorMessage(java.lang.String value)
- Accessor method for the error message
- Parameters:
value
- The error message- See Also:
m_error_message
getErrorMessage
public java.lang.String getErrorMessage()
- Accessor method for the error message
- Returns:
- The error message
- See Also:
m_error_message
toString
public java.lang.String toString()
- Converts this class into a string.
Typically used to view the object in debug output.
- Overrides:
toString
in class java.lang.Throwable
- Returns:
- The string representation of this object instance
Copyright © 2001 - Tucows, Inc.