|
DbtuTools project Java Library |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.edelbyte.util.UnknownValueException
Checked exception thrown in cases where no useful return code can be provided / returned.
| Constructor Summary | |
UnknownValueException()
Constructs an UnknownValueException with no detailed message. |
|
UnknownValueException(java.lang.String oMessage)
Constructs an UnknownValueException with the specified detailed message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UnknownValueException()
public UnknownValueException(java.lang.String oMessage)
oMessage - The String that contains the detailed message.
|
DbtuTools project Java Library |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||