de.upb.swt.epctools.simulator
Class EPCComputationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.upb.swt.epctools.simulator.EPCComputationException
All Implemented Interfaces:
java.io.Serializable

public class EPCComputationException
extends java.lang.Exception

Yet another Exception subclass. Note: This is not an inner class of EPC because this type of Exception is thrown outside the EPC class.

See Also:
Serialized Form

Field Summary
static int CANCEL_EXCEPTION
           
(package private)  int m_code
           
private static long serialVersionUID
           
static int SWT_THREAD_EXCEPTION
           
static int UNDEFINED_EXCEPTION
           
 
Constructor Summary
EPCComputationException(int code)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

UNDEFINED_EXCEPTION

public static final int UNDEFINED_EXCEPTION
See Also:
Constant Field Values

CANCEL_EXCEPTION

public static final int CANCEL_EXCEPTION
See Also:
Constant Field Values

SWT_THREAD_EXCEPTION

public static final int SWT_THREAD_EXCEPTION
See Also:
Constant Field Values

m_code

int m_code
Constructor Detail

EPCComputationException

public EPCComputationException(int code)