org.apache.commons.math3.exception
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, getMessagefillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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–2015 The Apache Software Foundation. All rights reserved.