sav.z
Class ZException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bysav.z.ZException
All Implemented Interfaces:
java.io.Serializable

public class ZException
extends java.lang.RuntimeException

Provides information on exception of a Z Statement analysis or execution. This class is used only by Sav Z API classes inside. For watching ZException event, developer has to use warnings method of Session.

See Also:
Session.curStatement(), Session.warnings(), Serialized Form

Constructor Summary
ZException()
          Constructs a ZException.
ZException(java.lang.String s)
          Constructs a ZException with s message.
 
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

ZException

public ZException()
Constructs a ZException.


ZException

public ZException(java.lang.String s)
Constructs a ZException with s message.