openjava.ptree
Class ParseTreeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--openjava.ptree.ParseTreeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Toolbox.StopIterationException

public class ParseTreeException
extends Exception

See Also:
Serialized Form

Field Summary
private  Exception ex
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ParseTreeException()
           
ParseTreeException(Exception e)
           
ParseTreeException(String str)
           
 
Method Summary
 void printStackTrace(PrintStream o)
           
 void printStackTrace(PrintWriter o)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ex

private Exception ex
Constructor Detail

ParseTreeException

public ParseTreeException()

ParseTreeException

public ParseTreeException(Exception e)

ParseTreeException

public ParseTreeException(String str)
Method Detail

printStackTrace

public void printStackTrace(PrintWriter o)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream o)
Overrides:
printStackTrace in class Throwable

SourceForge.net_Logo