public class InsufficientDataException extends MathIllegalArgumentException
Constructor and Description |
---|
InsufficientDataException()
Construct the exception.
|
InsufficientDataException(Localizable pattern,
Object... arguments)
Construct the exception with a specific context.
|
getContext, getLocalizedMessage, getMessage
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 © 2003–2016 The Apache Software Foundation. All rights reserved.