net.sf.parser4j.parsetreeinspector.service
Class ParseTreeInspectorException

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

Constructor Summary
ParseTreeInspectorException()
           
ParseTreeInspectorException(java.lang.String message)
           
ParseTreeInspectorException(java.lang.String message, java.lang.Throwable cause)
           
ParseTreeInspectorException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.