org.leafcutter.core
Class NestingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
NestingException
public NestingException(java.lang.String s)
NestingException
public NestingException(java.lang.String s,
java.lang.Throwable t)
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