Class SightlyJavaCompilerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.scripting.sightly.java.compiler.SightlyJavaCompilerException
All Implemented Interfaces:
Serializable

public class SightlyJavaCompilerException extends RuntimeException
See Also:
  • Constructor Details

    • SightlyJavaCompilerException

      public SightlyJavaCompilerException()
    • SightlyJavaCompilerException

      public SightlyJavaCompilerException(String message)
    • SightlyJavaCompilerException

      public SightlyJavaCompilerException(String message, Throwable cause)
    • SightlyJavaCompilerException

      public SightlyJavaCompilerException(Throwable cause)
    • SightlyJavaCompilerException

      protected SightlyJavaCompilerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)