org.leafcutter.core
Class NestingException

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

public class NestingException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
NestingException(java.lang.String s)
           
NestingException(java.lang.String s, java.lang.Throwable t)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream stream)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 
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

NestingException

public NestingException(java.lang.String s)

NestingException

public NestingException(java.lang.String s,
                        java.lang.Throwable t)
Method Detail

printStackTrace

public void printStackTrace(java.io.PrintStream stream)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable