patterntesting.runtime.util
Class ValueNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
patterntesting.runtime.exception.NotFoundException
patterntesting.runtime.util.ValueNotFoundException
- All Implemented Interfaces:
- Serializable
public class ValueNotFoundException
- extends NotFoundException
The Class ValueNotFoundException.
- Since:
- 1.2.10-YEARS (07.02.2012)
- Author:
- oliver (ob@aosd.de)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValueNotFoundException
public ValueNotFoundException(String msg)
- Instantiates a new value not found exception.
- Parameters:
msg - the msg
ValueNotFoundException
public ValueNotFoundException(Object value)
- Instantiates a new value not found exception.
- Parameters:
value - the value
Copyright © 2002–2014 PatternTesting Team. All rights reserved.