public class EvaluatorException extends RuntimeException
Constructor and Description |
---|
EvaluatorException(String detail)
Create an exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public EvaluatorException(String detail)
detail
- a message with detail about the exceptionCopyright © 2018. All rights reserved.