Serializable
, LocalizedException
MathIllegalArgumentException
@Deprecated public class InsufficientDataException extends MathIllegalArgumentException
Constructor | Description |
---|---|
InsufficientDataException() |
Deprecated.
Construct the exception.
|
InsufficientDataException(Localizable pattern,
Object... arguments) |
Deprecated.
Construct the exception with a specific context.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InsufficientDataException()
public InsufficientDataException(Localizable pattern, Object... arguments)
pattern
- Message pattern providing the specific context of the error.arguments
- Values for replacing the placeholders in pattern
.Copyright © 2016–2018 Hipparchus.org. All rights reserved.