de.cau.cs.kieler.sim.kiem.properties
Class KiemPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.cau.cs.kieler.sim.kiem.properties.KiemPropertyException

public class KiemPropertyException
extends Exception

The Class KiemPropertyError defines an error that can be thrown by DataComponents if the properties are not correctly set. This is checked prior to initialization of the DataComponents and will prevent any execution.

Rating yellow
(2009-01-15)

Constructor Summary
KiemPropertyException(String message)
          Instantiates a new KiemPropertyException.
KiemPropertyException(String message, Exception cause)
          Instantiates a new KiemPropertyException.
KiemPropertyException(String message, Exception cause, boolean silentParam)
          Instantiates a new KiemPropertyException with optionally silent flag.
 
Method Summary
 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

KiemPropertyException

public KiemPropertyException(String message)
Instantiates a new KiemPropertyException.

Parameters:
message - the error message to display

KiemPropertyException

public KiemPropertyException(String message,
                             Exception cause)
Instantiates a new KiemPropertyException.

Parameters:
message - the message
cause - the cause

KiemPropertyException

public KiemPropertyException(String message,
                             Exception cause,
                             boolean silentParam)
Instantiates a new KiemPropertyException with optionally silent flag.

Parameters:
message - the message
cause - the cause
silentParam - the silent flag
Method Detail

isSilent

public boolean isSilent()
Returns the value of the silent flag.

Returns:
the silent flag