Class TranspileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nustaq.kontraktor.webapp.transpiler.TranspileException
- All Implemented Interfaces:
Serializable
public class TranspileException extends RuntimeException
Created by ruedi on 21.05.16.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TranspileException()TranspileException(String message)TranspileException(String message, Throwable cause)TranspileException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)TranspileException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TranspileException
public TranspileException() -
TranspileException
-
TranspileException
-
TranspileException
-
TranspileException
-
-
Method Details