public class InterpreterException
extends java.lang.Exception
Constructor and Description |
---|
InterpreterException()
Constructs a InterpreterException with null as its error detail message.
|
InterpreterException(java.lang.String message)
Constructs a InterpreterException with the specified detail message.
|
InterpreterException(java.lang.String message,
java.lang.Throwable cause)
Constructs a InterpreterException with the specified detail message and cause.
|
InterpreterException(java.lang.Throwable cause)
Constructs an InterpreterException with the specified cause.
|
public InterpreterException()
public InterpreterException(java.lang.String message)
message
- the specified detail messagepublic InterpreterException(java.lang.String message, java.lang.Throwable cause)
message
- the specified detail messagecause
- the causepublic InterpreterException(java.lang.Throwable cause)
cause
- the cause