|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.cau.cs.kieler.sim.kiem.properties.KiemPropertyException
public class KiemPropertyException
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.
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 |
---|
public KiemPropertyException(String message)
message
- the error message to displaypublic KiemPropertyException(String message, Exception cause)
message
- the messagecause
- the causepublic KiemPropertyException(String message, Exception cause, boolean silentParam)
message
- the messagecause
- the causesilentParam
- the silent flagMethod Detail |
---|
public boolean isSilent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |