com.agical.rdoc.core.parser
Class RuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agical.rdoc.core.parser.RuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class RuntimeException
- extends java.lang.RuntimeException
Exception that wrapps the java.lang.RuntimeException for the JavaCC generated code.
- Author:
- Daniel
- 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 |
RuntimeException
public RuntimeException(java.lang.Throwable cause)
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream printStream)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter printWriter)
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 2005-2008 Agical AB. All Rights Reserved.