public class NoDataException extends MathIllegalArgumentException
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.
|
getContext, getLocalizedMessage, getMessage
private static final long serialVersionUID
public NoDataException()
public NoDataException(Localizable specific)
specific
- Contextual information on what caused the exception.Copyright (c) 2003-2016 Apache Software Foundation