org.oXML.engine.mapping.dom
Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.oXML.ObjectBoxException
org.oXML.engine.mapping.dom.MappingException
- All Implemented Interfaces:
- java.io.Serializable
- public class MappingException
- extends ObjectBoxException
- See Also:
- Serialized Form
|
Constructor Summary |
MappingException(org.w3c.dom.Node context,
java.lang.String msg)
|
MappingException(org.w3c.dom.Node context,
java.lang.String msg,
java.lang.Throwable cause)
|
MappingException(org.w3c.dom.Node context,
java.lang.Throwable cause)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MappingException
public MappingException(org.w3c.dom.Node context,
java.lang.Throwable cause)
MappingException
public MappingException(org.w3c.dom.Node context,
java.lang.String msg,
java.lang.Throwable cause)
MappingException
public MappingException(org.w3c.dom.Node context,
java.lang.String msg)
getContextNode
public org.w3c.dom.Node getContextNode()