de.upb.swt.epctools.simulator
Class EPCComputationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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
EPCComputationException
public EPCComputationException(int code)