org.oXML.type
Class UnknownTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.oXML.ObjectBoxException
              extended byorg.oXML.xpath.XPathException
                  extended byorg.oXML.type.UnknownTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnknownTypeException
extends XPathException

See Also:
Serialized Form

Constructor Summary
UnknownTypeException(java.lang.String reason)
           
UnknownTypeException(java.lang.String expr, java.lang.Throwable cause)
           
UnknownTypeException(java.lang.Throwable cause)
           
 
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

UnknownTypeException

public UnknownTypeException(java.lang.String reason)

UnknownTypeException

public UnknownTypeException(java.lang.Throwable cause)

UnknownTypeException

public UnknownTypeException(java.lang.String expr,
                            java.lang.Throwable cause)