de.cau.cs.kieler.sim.kiem.properties
Class KiemPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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

- (2009-01-15)
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the cause