Package de.svws_nrw.transpiler
Klasse TranspilerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.svws_nrw.transpiler.TranspilerException
- Alle implementierten Schnittstellen:
Serializable
The exception class used by the transpiler for all errors resulting in
an unsuccessful transpiler run.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungTranspilerException
(String message) Create a new transpiler error exception with the specified messageTranspilerException
(String message, Throwable cause) Create a new transpiler error exception with the specified message -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
TranspilerException
Create a new transpiler error exception with the specified message- Parameter:
message
- the message of the transpiler error
-
TranspilerException
Create a new transpiler error exception with the specified message- Parameter:
message
- the message of the transpiler errorcause
- the cause for this exception
-