org.apache.commons.math.exception
public class NoDataException extends MathIllegalStateException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version Id.
|
Constructor and Description |
---|
NoDataException()
Construct the exception.
|
NoDataException(Localizable specific)
Construct the exception with a specific context.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public NoDataException()
public NoDataException(Localizable specific)
specific
- Contextual information on what caused the exception.Copyright (c) 2003-2013 Apache Software Foundation