java.lang.Object
java.lang.Throwable
java.lang.Exception
org.edelbyte.util.UnknownValueException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnknownValueException
- extends java.lang.Exception
Checked exception thrown in cases where no useful return code
can be provided / returned.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownValueException
public UnknownValueException()
- Constructs an UnknownValueException with no detailed message.
************************************************************************
UnknownValueException
public UnknownValueException(java.lang.String oMessage)
- Constructs an UnknownValueException with the specified
detailed message.