jcolibri.exception
Class ExecutionException

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

public class ExecutionException
extends java.lang.Exception

Exception in the execution of a method.

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

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

ExecutionException

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


ExecutionException

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

Parameters:
msg - description message.

ExecutionException

public ExecutionException(java.lang.Throwable th)
Constructs a new ExecutionException with the specified detail message.

Parameters:
th - cause of the exception.

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