openjava.ptree
Class ParseTreeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--openjava.ptree.ParseTreeException
- public class ParseTreeException
- extends java.lang.Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ParseTreeException
public ParseTreeException()
ParseTreeException
public ParseTreeException(java.lang.Exception e)
ParseTreeException
public ParseTreeException(java.lang.String str)
printStackTrace
public void printStackTrace(java.io.PrintWriter o)
- Overrides:
- printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream o)
- Overrides:
- printStackTrace in class java.lang.Throwable