jeters.core
Class NamedDataNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jeters.core.NamedDataNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class NamedDataNotAvailableException
extends java.lang.Exception

Exception used by NamedDataSet. It is thrown when no entry matching the given String identifier is found.

See Also:
Serialized Form

Constructor Summary
NamedDataNotAvailableException()
           
NamedDataNotAvailableException(java.lang.String message)
           
 
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

NamedDataNotAvailableException

public NamedDataNotAvailableException()

NamedDataNotAvailableException

public NamedDataNotAvailableException(java.lang.String message)