org.jbind.xml.msg
Class XmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jbind.xml.msg.XmlException
- All Implemented Interfaces:
- java.io.Serializable
- public class XmlException
- extends java.lang.Exception
Exception for all kinds of problems. For a description of the message concept
see the package comment of this package.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XmlException
public XmlException(IMessage aMessage)
XmlException
public XmlException(java.lang.Exception anException,
IMessage aMessage)
getMessage
public final java.lang.String getMessage()
toString
public final java.lang.String toString()
getXmlMessage
public final IMessage getXmlMessage()