public class InterpreterException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Versions-ID.
|
Constructor and Description |
---|
InterpreterException()
Standardkonstruktor.
|
InterpreterException(String meldung)
Konstruktor mit Angabe der Meldung, die die Exception näher
beschreibt.
|
InterpreterException(String meldung,
Throwable cause)
Konstruktor mit Angabe der ursprünglichen Exception, die diese
ausgelöst hat und des Meldungstextes, der die Exception näher
beschreibt.
|
InterpreterException(Throwable cause)
Konstruktor mit Angabe der ursprünglichen Exception, die diese
ausgelöst hat.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public InterpreterException()
public InterpreterException(String meldung)
meldung
- der Meldungstextpublic InterpreterException(String meldung, Throwable cause)
meldung
- der Text der Meldungcause
- die Ursachepublic InterpreterException(Throwable cause)
cause
- die UrsacheCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.