Package uk.ac.starlink.ttools.jel
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:
-
Field Summary
Fields inherited from class gnu.jel.CompilationException
col
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.CustomCompilationException
(String msg, gnu.jel.CompilationException base) Constructor. -
Method Summary
Methods inherited from class gnu.jel.CompilationException
getColumn, getParameters, getType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomCompilationException
Constructor.- Parameters:
msg
- messagebase
- existing compilation exception on which this is based
-
CustomCompilationException
Constructor.- Parameters:
msg
- message
-
-
Method Details