com.agical.rdoc.core.parser
Class RuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream printStream)
           
 void printStackTrace(java.io.PrintWriter printWriter)
           
 
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

RuntimeException

public RuntimeException(java.lang.Throwable cause)
Method Detail

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-2010 Agical AB. All Rights Reserved.