Class TranspileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nustaq.kontraktor.webapp.transpiler.TranspileException
- All Implemented Interfaces:
java.io.Serializable
public class TranspileException
extends java.lang.RuntimeException
Created by ruedi on 21.05.16.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TranspileException()TranspileException(java.lang.String message)TranspileException(java.lang.String message, java.lang.Throwable cause)TranspileException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)TranspileException(java.lang.Throwable cause) -
Method Summary
Modifier and Type Method Description TranspileExceptionerrors(java.util.List<java.lang.String> errors)java.util.List<java.lang.String>getErrors()
-
Constructor Details
-
TranspileException
public TranspileException() -
TranspileException
public TranspileException(java.lang.String message) -
TranspileException
public TranspileException(java.lang.String message, java.lang.Throwable cause) -
TranspileException
public TranspileException(java.lang.Throwable cause) -
TranspileException
public TranspileException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
Method Details