org.kemet.impl.grammar.exceptions
Class GrammarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kemet.impl.grammar.exceptions.GrammarException
All Implemented Interfaces:
java.io.Serializable

public class GrammarException
extends java.lang.Exception

Since:
0.1
Author:
fabricemaupin

GrammarException : Exception for grammar.

See Also:
Serialized Form

Constructor Summary
GrammarException(java.lang.String error)
           intercept exception.
GrammarException(java.lang.String error, java.lang.Exception excp)
           intercept exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GrammarException

public GrammarException(java.lang.String error,
                        java.lang.Exception excp)

intercept exception.

Parameters:
error - error message
excp - exception raised
Since:
0.1

GrammarException

public GrammarException(java.lang.String error)

intercept exception.

Parameters:
error - error message
Since:
0.1


Copyright © 2008 F. MAUPIN. All Rights Reserved.