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, getSpecifier
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2020 Hipparchus.org. All rights reserved.