Package io.bit3.jsass

Class CompilationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CompilationException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CompilationException​(int errorStatus, java.lang.String errorJson, java.lang.String errorText, java.lang.String errorMessage, java.lang.String errorFile, java.lang.String errorSrc)
      Constructs a new exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorFile()  
      java.lang.String getErrorJson()  
      java.lang.String getErrorMessage()  
      java.lang.String getErrorSrc()  
      int getErrorStatus()  
      java.lang.String getErrorText()  
      • 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 Detail

      • CompilationException

        public CompilationException​(int errorStatus,
                                    java.lang.String errorJson,
                                    java.lang.String errorText,
                                    java.lang.String errorMessage,
                                    java.lang.String errorFile,
                                    java.lang.String errorSrc)
        Constructs a new exception.
    • Method Detail

      • getErrorStatus

        public int getErrorStatus()
      • getErrorJson

        public java.lang.String getErrorJson()
      • getErrorText

        public java.lang.String getErrorText()
      • getErrorMessage

        public java.lang.String getErrorMessage()
      • getErrorFile

        public java.lang.String getErrorFile()
      • getErrorSrc

        public java.lang.String getErrorSrc()