public class ParameterException extends ScriptingEngineException
| Constructor and Description |
|---|
ParameterException()
Creates new
ParameterException without detail message. |
ParameterException(String msg)
Constructs an
ParameterException with the specified detail message. |
ParameterException(String message,
Throwable throwable) |
ParameterException(Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParameterException()
ParameterException without detail message.public ParameterException(String msg)
ParameterException with the specified detail message.msg - the detail message.public ParameterException(Throwable throwable)
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.