jcolibri.exception
Class InitializingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jcolibri.exception.ExecutionException
              extended by jcolibri.exception.InitializingException
All Implemented Interfaces:
java.io.Serializable

public class InitializingException
extends ExecutionException

Exception in the initialization of an object.

Version:
2.0
Author:
Juan A. Recio-García
See Also:
Serialized Form

Constructor Summary
InitializingException()
          Creates a new InitializingException without detail message.
InitializingException(java.lang.String msg)
          Creates a new InitializingException with the specified detail message.
InitializingException(java.lang.Throwable th)
          Creates a new InitializingException 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

InitializingException

public InitializingException()
Creates a new InitializingException without detail message.


InitializingException

public InitializingException(java.lang.String msg)
Creates a new InitializingException with the specified detail message.

Parameters:
msg - detail message.

InitializingException

public InitializingException(java.lang.Throwable th)
Creates a new InitializingException with the specified detail message.

Parameters:
th - cause of the exception.

GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es