jef.config.exceptions
Class InstantiatorException

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

public class InstantiatorException
extends java.lang.Exception

This exception is thrown whenever the Instantiator instance is unable to perform its tasks.

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

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

InstantiatorException

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


InstantiatorException

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

Parameters:
msg - The detail message.

InstantiatorException

public InstantiatorException(java.lang.String msg,
                             java.lang.Throwable t)
Constructs an instance of InstantiatorException with the specified detail message.

Parameters:
msg - The detail message
t - The cause of the exception