Qizx/Open v0.4p2

net.xfra.qizxopen.xquery
Class TypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.xfra.qizxopen.xquery.XQueryException
                    |
                    +--net.xfra.qizxopen.xquery.EvalException
                          |
                          +--net.xfra.qizxopen.xquery.TypeException
All Implemented Interfaces:
java.io.Serializable

public class TypeException
extends EvalException

Dynamic Type checking exception (could also be named CastException).

See Also:
Serialized Form

Constructor Summary
TypeException(java.lang.String reason)
           
TypeException(java.lang.String reason, java.lang.Exception e)
           
 
Methods inherited from class net.xfra.qizxopen.xquery.EvalException
getContext, printStack, setContext
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeException

public TypeException(java.lang.String reason)

TypeException

public TypeException(java.lang.String reason,
                     java.lang.Exception e)

 Copyright Xavier FRANC 2003-2004