jef.config.exceptions
Class NoSuchElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jef.config.exceptions.NoSuchElementException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchElementException
extends java.lang.Exception

This exception is thrown by the Instantiator whenever the required component cannot be found in the provided configuration.

Author:
Francesco Russo (frusso@cs.unibo.it)
See Also:
Serialized Form

Constructor Summary
NoSuchElementException()
          Creates a new instance of NoSuchElementException without detail message.
NoSuchElementException(java.lang.String msg)
          Constructs an instance of NoSuchElementException with the specified detail 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

NoSuchElementException

public NoSuchElementException()
Creates a new instance of NoSuchElementException without detail message.


NoSuchElementException

public NoSuchElementException(java.lang.String msg)
Constructs an instance of NoSuchElementException with the specified detail message.

Parameters:
msg - the detail message.