|
||||||||||
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.config.exception.AbstractKiemException
de.cau.cs.kieler.sim.kiem.config.exception.KiemParserException
public class KiemParserException
This Exception is thrown when a problem occurred while parsing from the Eclipse Preference Store.
Constructor Summary | |
---|---|
KiemParserException(String message,
Object infoParam)
Creates a new KiemParserException. |
|
KiemParserException(String message,
Throwable cause,
Object infoParam)
Creates a new KiemParserException. |
|
KiemParserException(Throwable cause,
Object infoParam)
Creates a new KiemParserException. |
Method Summary | |
---|---|
String |
getErrorMessage()
Displays an error message based on the information. |
Methods inherited from class de.cau.cs.kieler.sim.kiem.config.exception.AbstractKiemException |
---|
getInfo |
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 KiemParserException(String message, Object infoParam)
message
- some message.infoParam
- the faulty object.public KiemParserException(Throwable cause, Object infoParam)
cause
- the cause for this exception.infoParam
- the faulty object.public KiemParserException(String message, Throwable cause, Object infoParam)
message
- some message.cause
- the cause for this exception.infoParam
- the faulty object.Method Detail |
---|
public String getErrorMessage()
getErrorMessage
in class AbstractKiemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |