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
    TranspileException errors​(java.util.List<java.lang.String> errors)  
    java.util.List<java.lang.String> getErrors()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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