net.sf.parser4j.parsetreeinspector.service
Class ParseTreeInspectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.parser4j.parsetreeinspector.service.ParseTreeInspectorException
- All Implemented Interfaces:
- java.io.Serializable
public class ParseTreeInspectorException
- extends java.lang.Exception
parse tree inspector exception
- Author:
- luc peuvrier
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParseTreeInspectorException
public ParseTreeInspectorException()
ParseTreeInspectorException
public ParseTreeInspectorException(java.lang.String message,
java.lang.Throwable cause)
ParseTreeInspectorException
public ParseTreeInspectorException(java.lang.String message)
ParseTreeInspectorException
public ParseTreeInspectorException(java.lang.Throwable cause)
Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.