Sav.Z
Class ZException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--Sav.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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.