de.cau.cs.kieler.klots
Class KlotsExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.cau.cs.kieler.klots.KlotsExecutionException
public class KlotsExecutionException
- extends Exception
- Rating

Method Summary |
Exception |
getCause()
Gets the cause of this Exception. |
boolean |
isSilent()
Checks if KLOTS should omit an error or warning message dialog when this Exception occurs. |
KlotsExecutionException
public KlotsExecutionException(String message,
boolean silentParam,
Exception causeParam)
- Instantiates a new KlotsConnectionException.
- Parameters:
message
- the message of this Exception to display to the usercauseParam
- the cause of this Exception if any, or null otherwisesilentParam
- the silent parameter flags that KLOTS omits any message dialog
KlotsExecutionException
public KlotsExecutionException(String message,
Exception causeParam)
- Instantiates a new KlotsConnectionException.
- Parameters:
message
- the message of this Exception to display to the usercauseParam
- the cause of this Exception if any, or null otherwise
getCause
public Exception getCause()
- Gets the cause of this Exception.
- Returns:
- the cause of this Exception, if any
isSilent
public boolean isSilent()
- Checks if KLOTS should omit an error or warning message dialog when this Exception occurs.
- Returns:
- true, if KLOTS should omit any message dialog