|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.kemet.impl.grammar.exceptions.GrammarException
public class GrammarException
GrammarException : Exception for grammar.
| 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 |
|---|
public GrammarException(java.lang.String error,
java.lang.Exception excp)
intercept exception.
error - error messageexcp - exception raisedpublic GrammarException(java.lang.String error)
intercept exception.
error - error message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||