|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.cau.cs.kieler.sim.kiem.KiemInitializationException
public class KiemInitializationException
The Class KiemInitializationException. This exception is used by
DataComponents to flag errors within their initialization() and their
wrapup() method during the initialization and wrap-up phase. If the
mustStop
flag is set to true, then this means the execution
CANNOT been started and the execution manager will not do so if any
DataComponent throws an error with this flag.
Constructor Summary | |
---|---|
KiemInitializationException(String message,
boolean mustStopParam,
Exception causeParam)
Instantiates a new KiemInitializationException. |
|
KiemInitializationException(String message,
boolean mustStopParam,
Exception causeParam,
boolean isSilent)
Instantiates a new KiemInitializationException. |
Method Summary | |
---|---|
Exception |
getCause()
Gets the cause of this Exception. |
boolean |
isMustStop()
Checks if the execution must stop when this Exception occurs. |
boolean |
isSilent()
Returns the value of the silent flag. |
Methods inherited from class java.lang.Throwable |
---|
getMessage, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KiemInitializationException(String message, boolean mustStopParam, Exception causeParam, boolean isSilent)
message
- the message of this Exception to display to the usermustStopParam
- the must stop flag indicating if the execution must
stopcauseParam
- the cause of this Exception if any, or null otherwiseisSilent
- sets the silent flag of this Exception to true/falsepublic KiemInitializationException(String message, boolean mustStopParam, Exception causeParam)
message
- the message of this Exception to display to the usermustStopParam
- the must stop flag indicating if the execution must
stopcauseParam
- the cause of this Exception if any, or null otherwiseMethod Detail |
---|
public boolean isSilent()
public boolean isMustStop()
public Exception getCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |