|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.commons.math.exception.MathIllegalStateException
org.apache.commons.math.exception.NoDataException
public class NoDataException
Exception to be thrown when the required data is missing.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serializable version Id. |
| Constructor Summary | |
|---|---|
NoDataException()
Construct the exception. |
|
NoDataException(Localizable specific)
Construct the exception with a specific context. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.math.exception.MathIllegalStateException |
|---|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public NoDataException()
public NoDataException(Localizable specific)
specific - Contextual information on what caused the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||