org.jbind.xml.msg
Class XmlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
XmlException(java.lang.Exception anException, IMessage aMessage)
           
XmlException(IMessage aMessage)
           
 
Method Summary
 java.lang.String getMessage()
           
 IMessage getXmlMessage()
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

XmlException

public XmlException(IMessage aMessage)

XmlException

public XmlException(java.lang.Exception anException,
                    IMessage aMessage)
Method Detail

getMessage

public final java.lang.String getMessage()

toString

public final java.lang.String toString()

getXmlMessage

public final IMessage getXmlMessage()