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
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form
Rating yellow
(2009-01-15)

Constructor Summary
KiemPropertyException(String message)
          Instantiates a new KiemPropertyException.
KiemPropertyException(String message, Exception cause)
          Instantiates a new KiemPropertyException.
 
Method Summary
 
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
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