DbtuTools project
Java Library

org.edelbyte.util
Class UnknownValueException

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.

Author:
Daniel Scheibli <daniel.scheibli at edelbyte.org>
See Also:
Serialized Form

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

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.
Parameters:
oMessage - The String that contains the detailed message.

DbtuTools project
Java Library