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:
  • Constructor Details

    • TranspileException

      public TranspileException()
    • TranspileException

      public TranspileException(String message)
    • TranspileException

      public TranspileException(String message, Throwable cause)
    • TranspileException

      public TranspileException(Throwable cause)
    • TranspileException

      public TranspileException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details