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  EvalExceptionwith no detail message. | 
| EvalException(String message)Constructs a  EvalExceptionwith the specified
 detail message. | 
| EvalException(String message,
             Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EvalException()
EvalException with no detail message.public EvalException(String message)
EvalException with the specified
 detail message.message - the detail message.Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.