Class InternalCompilerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.commons.compiler.InternalCompilerException
All Implemented Interfaces:
Serializable

public class InternalCompilerException extends RuntimeException
Indicates an event that is probably related to a bug in JANINO.
See Also:
  • Constructor Details

    • InternalCompilerException

      public InternalCompilerException()
    • InternalCompilerException

      public InternalCompilerException(@Nullable String message)
    • InternalCompilerException

      public InternalCompilerException(@Nullable String message, Throwable t)