org.xeril.xml
Class XmlToObjectException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.xeril.xml.XmlToObjectException
- All Implemented Interfaces:
- java.io.Serializable
- public class XmlToObjectException
- extends java.lang.Exception
This exception is raised when there is a problem in the mapping process
- See Also:
- Serialized Form
Constructor Summary |
XmlToObjectException(java.lang.Exception rootCause)
Constructs an XmlToObjectException with the specified
root cause |
XmlToObjectException(java.lang.String s)
Constructs an XmlToObjectException with the specified
detail message. |
XmlToObjectException(java.lang.String s,
java.lang.Exception rootCause)
Constructs an XmlToObjectException with the specified
root cause and message |
Method Summary |
java.lang.Exception |
getRootCause()
Returns the root cause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XmlToObjectException
public XmlToObjectException(java.lang.String s)
- Constructs an
XmlToObjectException
with the specified
detail message.
- Parameters:
s
- the message describing the problem
XmlToObjectException
public XmlToObjectException(java.lang.Exception rootCause)
- Constructs an
XmlToObjectException
with the specified
root cause
- Parameters:
rootCause
- the root cause
XmlToObjectException
public XmlToObjectException(java.lang.String s,
java.lang.Exception rootCause)
- Constructs an
XmlToObjectException
with the specified
root cause and message
- Parameters:
s
- the message describing the problemrootCause
- the root cause
getRootCause
public java.lang.Exception getRootCause()
- Returns the root cause