public class InsufficientDataException extends MathIllegalArgumentException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version Id.
|
Constructor and Description |
---|
InsufficientDataException()
Construct the exception.
|
InsufficientDataException(Localizable pattern,
java.lang.Object... arguments)
Construct the exception with a specific context.
|
getContext, getLocalizedMessage, getMessage
private static final long serialVersionUID
public InsufficientDataException()
public InsufficientDataException(Localizable pattern, java.lang.Object... arguments)
pattern
- Message pattern providing the specific context of the error.arguments
- Values for replacing the placeholders in pattern
.Copyright (c) 2003-2014 Apache Software Foundation