public class InterpreterException extends RuntimeException
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Constructor and Description |
---|
InterpreterException()
constructs a new InterpreterException
|
InterpreterException(String message)
constructs a new InterpreterException
|
InterpreterException(String message,
Throwable cause)
constructs a new InterpreterException
|
InterpreterException(Throwable cause)
constructs a new InterpreterException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InterpreterException()
public InterpreterException(String message)
message
- the messagepublic InterpreterException(String message, Throwable cause)
message
- the messagecause
- the causepublic InterpreterException(Throwable cause)
cause
- the causeCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.