org.oXML.engine.mapping.dom
Class MappingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.oXML.ObjectBoxException
              extended byorg.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)
           
 
Method Summary
 org.w3c.dom.Node getContextNode()
           
 
Methods inherited from class org.oXML.ObjectBoxException
getCause
 
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
 

Constructor Detail

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

getContextNode

public org.w3c.dom.Node getContextNode()