public class InvalidDataseriesException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static String |
RANK_MISMATCH |
| Constructor and Description |
|---|
InvalidDataseriesException(String error)
Construct a new instance of this exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String RANK_MISMATCH
public InvalidDataseriesException(String error)
error - associated error message.