de.cau.cs.kieler.klots
Class KlotsConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.cau.cs.kieler.klots.KlotsConnectionException

public class KlotsConnectionException
extends Exception

Rating red

Constructor Summary
KlotsConnectionException(String message, boolean silentParam, Exception causeParam)
          Instantiates a new KlotsConnectionException.
KlotsConnectionException(String message, Exception causeParam)
          Instantiates a new KlotsConnectionException.
 
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.
 
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

KlotsConnectionException

public KlotsConnectionException(String message,
                                boolean silentParam,
                                Exception causeParam)
Instantiates a new KlotsConnectionException.

Parameters:
message - the message of this Exception to display to the user
causeParam - the cause of this Exception if any, or null otherwise
silentParam - the silent parameter flags that KLOTS omits any message dialog

KlotsConnectionException

public KlotsConnectionException(String message,
                                Exception causeParam)
Instantiates a new KlotsConnectionException.

Parameters:
message - the message of this Exception to display to the user
causeParam - the cause of this Exception if any, or null otherwise
Method Detail

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