de.unikoblenz.comicsii.ui.simulation.ctrl
Class SimulationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pecasim.base.AbstractException
de.unikoblenz.comicsii.ui.simulation.ctrl.SimulationException
- All Implemented Interfaces:
- java.io.Serializable
public class SimulationException
- extends AbstractException
- Author:
- cbu
- 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimulationException
public SimulationException(java.lang.Class<?> source,
java.lang.String method,
MSGCODE messageCode,
java.lang.String... param)
- Parameters:
source
- method
- messageCode
- param
-
SimulationException
public SimulationException(java.lang.Class<?> source,
java.lang.String method,
MSGCODE messageCode,
java.lang.Throwable cause,
java.lang.String... paramArray)
- Parameters:
source
- method
- messageCode
- cause
- paramArray
-
SimulationException
public SimulationException(AbstractException aSourceException)
- Parameters:
aSourceException
-