Class CustomCompilationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gnu.jel.CompilationException
uk.ac.starlink.ttools.jel.CustomCompilationException
All Implemented Interfaces:
Serializable

public class CustomCompilationException extends gnu.jel.CompilationException
Specialised subclass of JEL's CompilationException. This is provided so that new CompilationExceptions can be generated by code other than that in the JEL librarry - the constructors for the superclass are rather opaque.
Since:
1 Nov 2008
Author:
Mark Taylor
See Also:
  • Constructor Details

    • CustomCompilationException

      public CustomCompilationException(String msg, gnu.jel.CompilationException base)
      Constructor.
      Parameters:
      msg - message
      base - existing compilation exception on which this is based
    • CustomCompilationException

      public CustomCompilationException(String msg)
      Constructor.
      Parameters:
      msg - message
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class gnu.jel.CompilationException
    • getCause

      public Throwable getCause()
      Overrides:
      getCause in class Throwable