de.tubs.cs.sc.casim
Class CAException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.tubs.cs.sc.casim.CAException
All Implemented Interfaces:
java.io.Serializable

public class CAException
extends java.lang.Exception

A CA specific Exception used for critical situations, when a further execution of CASim is impossible.

See Also:
Serialized Form

Constructor Summary
CAException(java.lang.String s)
          Constructs a CAException with the specified detail 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CAException

public CAException(java.lang.String s)
Constructs a CAException with the specified detail message.