org.leafcutter.core
Class TaskRunnerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.leafcutter.core.NestingException
                  extended by org.leafcutter.core.TaskRunnerException
All Implemented Interfaces:
java.io.Serializable

public class TaskRunnerException
extends NestingException

See Also:
Serialized Form

Constructor Summary
TaskRunnerException(java.lang.String msg)
           
TaskRunnerException(java.lang.String msg, java.lang.Throwable nestedException)
           
 
Method Summary
 
Methods inherited from class org.leafcutter.core.NestingException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskRunnerException

public TaskRunnerException(java.lang.String msg)
Parameters:
msg -

TaskRunnerException

public TaskRunnerException(java.lang.String msg,
                           java.lang.Throwable nestedException)
Parameters:
msg -
nestedException -