edu.wis.jtlv.lib
Class AlgExceptionI

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wis.jtlv.lib.AlgExceptionI
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GameAlgException, ModelCheckAlgException

public abstract class AlgExceptionI
extends java.lang.Exception

A general abstract class for any kind of exception.

Version:
"1.3.2"
Author:
yaniv sa'ar.
See Also:
Serialized Form

Constructor Summary
AlgExceptionI()
           
AlgExceptionI(java.lang.String message)
           
AlgExceptionI(java.lang.String message, java.lang.Throwable cause)
           
AlgExceptionI(java.lang.Throwable cause)
           
 
Method Summary
 
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

AlgExceptionI

public AlgExceptionI()

AlgExceptionI

public AlgExceptionI(java.lang.String message,
                     java.lang.Throwable cause)

AlgExceptionI

public AlgExceptionI(java.lang.String message)

AlgExceptionI

public AlgExceptionI(java.lang.Throwable cause)