public class EvalException extends RuntimeException
Term
.
A method is not required to declare in its throws
clause any subclasses of EvalException
since it is derived from
java.lang.RuntimeException
.
Constructor and Description |
---|
EvalException()
Constructs a
EvalException with no detail message. |
EvalException(String message)
Constructs a
EvalException with the specified
detail message. |
EvalException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EvalException()
EvalException
with no detail message.public EvalException(String message)
EvalException
with the specified
detail message.message
- the detail message.Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.