public class MathIllegalArgumentException extends MathRuntimeException
IllegalArgumentException.| Constructor and Description |
|---|
MathIllegalArgumentException(Localizable pattern,
Object... args) |
MathIllegalArgumentException(Throwable cause,
Localizable specifier,
Object... parts)
Simple constructor.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifieraddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MathIllegalArgumentException(Localizable pattern, Object... args)
pattern - Message pattern explaining the cause of the error.args - Arguments.public MathIllegalArgumentException(Throwable cause, Localizable specifier, Object... parts)
cause - root cause.specifier - format specifier (to be translated).parts - parts to insert in the format (no translation).Copyright © 2016-2021 CS GROUP. All rights reserved.