com.rubecula.jquantity
Class Value.ValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.ArithmeticException
                          |
                          +--com.rubecula.jquantity.JQuantityException
                                |
                                +--com.rubecula.jquantity.Value.ValueException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Value

public class Value.ValueException
extends JQuantityException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
(package private) Value.ValueException()
           
  Value.ValueException(java.lang.String bleat)
           
  Value.ValueException(java.lang.String bleat, boolean informational)
           
  Value.ValueException(java.lang.String bleat, java.lang.String details)
           
  Value.ValueException(java.lang.String bleat, java.lang.String details, boolean informational)
           
 
Methods inherited from class com.rubecula.jquantity.JQuantityException
isInformational, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Value.ValueException

Value.ValueException()

Value.ValueException

public Value.ValueException(java.lang.String bleat,
                            java.lang.String details,
                            boolean informational)

Value.ValueException

public Value.ValueException(java.lang.String bleat,
                            boolean informational)

Value.ValueException

public Value.ValueException(java.lang.String bleat,
                            java.lang.String details)

Value.ValueException

public Value.ValueException(java.lang.String bleat)