patterntesting.runtime.util
Class ValueNotFoundException

Package class diagram package ValueNotFoundException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by patterntesting.runtime.exception.NotFoundException
                  extended by 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

Constructor Summary
ValueNotFoundException(Object value)
          Instantiates a new value not found exception.
ValueNotFoundException(String msg)
          Instantiates a new value not found exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.