gr.uoa.di.madgik.execution.exception
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gr.uoa.di.madgik.execution.exception.ExecutionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExecutionBreakException, ExecutionCancelException, ExecutionEngineFullException, ExecutionInternalErrorException, ExecutionRunTimeException, ExecutionSerializationException, ExecutionValidationException

public class ExecutionException
extends Exception

Base exception class for all exceptions thrown by the Execution Engine

Author:
gpapanikos
See Also:
Serialized Form

Constructor Summary
ExecutionException()
          Instantiates a new execution exception.
ExecutionException(String message)
          Instantiates a new execution exception.
ExecutionException(String message, Throwable cause)
          Instantiates a new execution exception.
 
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()
Instantiates a new execution exception.


ExecutionException

public ExecutionException(String message)
Instantiates a new execution exception.

Parameters:
message - the message

ExecutionException

public ExecutionException(String message,
                          Throwable cause)
Instantiates a new execution exception.

Parameters:
message - the message
cause - the cause


Copyright © 2013. All Rights Reserved.