public class InvalidRepresentationException extends MathIllegalArgumentException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serialization version id
|
Constructor and Description |
---|
InvalidRepresentationException(Localizable pattern,
java.lang.Object... args)
Construct an InvalidRepresentationException with a specialized message.
|
getContext, getLocalizedMessage, getMessage
private static final long serialVersionUID
public InvalidRepresentationException(Localizable pattern, java.lang.Object... args)
pattern
- Message pattern.args
- Arguments.Copyright (c) 2003-2013 Apache Software Foundation