de.unikoblenz.comicsii.ui.simulation.ctrl
Class SimulationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pecasim.base.AbstractException
              extended by de.unikoblenz.comicsii.ui.simulation.ctrl.SimulationException
All Implemented Interfaces:
java.io.Serializable

public class SimulationException
extends AbstractException

Author:
cbu
See Also:
Serialized Form

Constructor Summary
SimulationException(AbstractException aSourceException)
           
SimulationException(java.lang.Class<?> source, java.lang.String method, MSGCODE messageCode, java.lang.String... param)
           
SimulationException(java.lang.Class<?> source, java.lang.String method, MSGCODE messageCode, java.lang.Throwable cause, java.lang.String... paramArray)
           
 
Method Summary
 
Methods inherited from class com.pecasim.base.AbstractException
getMessageCode, getMethod, getParams, getShortMessage, getSource
 
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

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 -