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:
- Serialized Form
Fields inherited from class gnu.jel.CompilationException |
col |
Methods inherited from class gnu.jel.CompilationException |
getColumn, getParameters, getType |
CustomCompilationException
public CustomCompilationException(String msg,
gnu.jel.CompilationException base)
- Constructor.
- Parameters:
msg
- messagebase
- existing compilation exception on which this is based
CustomCompilationException
public CustomCompilationException(String msg)
- Constructor.
- Parameters:
msg
- message
getMessage
public String getMessage()
- Overrides:
getMessage
in class gnu.jel.CompilationException
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.