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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gr.uoa.di.madgik.execution.exception.ExecutionException
              extended by gr.uoa.di.madgik.execution.exception.ExecutionBreakException
All Implemented Interfaces:
Serializable

public class ExecutionBreakException
extends ExecutionException

The execution is stopped after a specific break execution directive

Author:
gpapanikos
See Also:
Serialized Form

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

ExecutionBreakException

public ExecutionBreakException()
Instantiates a new execution break exception.


ExecutionBreakException

public ExecutionBreakException(String message)
Instantiates a new execution break exception.

Parameters:
message - the message

ExecutionBreakException

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

Parameters:
message - the message
cause - the cause


Copyright © 2012. All Rights Reserved.