com.programix.value
Class ValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.programix.value.ValueException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RangeValueException
public class ValueException
- extends RuntimeException
Thrown to indicate that there is a problem interpreting or parsing
a Value. This is a RuntimeException, so use of
a try/catch block is not required.
- Author:
- Paul Hyde
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValueException
public ValueException()
ValueException
public ValueException(String message)
ValueException
public ValueException(String message,
Throwable cause)
ValueException
public ValueException(Throwable cause)
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.