EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503
Class epp_XMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--org.openrtk.idl.epp0503.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/epp0503/epp_XMLException.java,v 1.1 2003/03/21 16:18:26 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:26 $

See Also:
Serialized Form

Field Summary
 java.lang.String m_error_message
          The error message.
 
Constructor Summary
epp_XMLException()
          Empty constructor
epp_XMLException(java.lang.String _m_error_message)
          The constructor with initializing variables.
 
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_error_message

public java.lang.String m_error_message
The error message.

See Also:
setErrorMessage(String), getErrorMessage()
Constructor Detail

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
Method Detail

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

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS