net.incongru.taskman.action
Class TaskActionExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.incongru.taskman.action.TaskActionExecutionException
All Implemented Interfaces:
java.io.Serializable

public class TaskActionExecutionException
extends java.lang.RuntimeException

Thrown by TaskAction implementations when they can't execute correctly. Since actions are currently executed synchronously, these should simply be handled by the UI.

Version:
$Revision: $
Author:
gjoseph, $Author: $ (last edit)
See Also:
Serialized Form

Constructor Summary
TaskActionExecutionException(java.lang.String message)
           
TaskActionExecutionException(java.lang.String message, java.lang.Throwable cause)
           
 
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

TaskActionExecutionException

public TaskActionExecutionException(java.lang.String message)

TaskActionExecutionException

public TaskActionExecutionException(java.lang.String message,
                                    java.lang.Throwable cause)


Copyright © 2004-2007. All Rights Reserved.