net.sf.parser4j.generator.service
Class GrammarDefNodeVisitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.parser4j.generator.service.GrammarDefNodeVisitException
All Implemented Interfaces:
java.io.Serializable

public class GrammarDefNodeVisitException
extends java.lang.Exception

Author:
luc peuvrier
See Also:
Serialized Form

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

GrammarDefNodeVisitException

public GrammarDefNodeVisitException()

GrammarDefNodeVisitException

public GrammarDefNodeVisitException(java.lang.String message,
                                    java.lang.Throwable cause)

GrammarDefNodeVisitException

public GrammarDefNodeVisitException(java.lang.String message)

GrammarDefNodeVisitException

public GrammarDefNodeVisitException(java.lang.Throwable cause)


Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.