|
||||||||||
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.KemetAPIException
public class KemetAPIException
KemetAPIException : exceptions for KemetAPI.
Constructor Summary | |
---|---|
KemetAPIException(ExceptionLevelEnum error,
java.lang.Exception excp)
initialize exception (level, exception). |
|
KemetAPIException(ExceptionLevelEnum error,
java.lang.String message)
initialize exception (level, message). |
|
KemetAPIException(ExceptionLevelEnum error,
java.lang.String message,
java.lang.Exception excp)
initialize exception (level, message, exception). |
Method Summary | |
---|---|
ExceptionLevelEnum |
getLevel()
return level of exception. |
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 KemetAPIException(ExceptionLevelEnum error, java.lang.String message, java.lang.Exception excp)
initialize exception (level, message, exception).
error
- level of exceptionmessage
- message of exceptionexcp
- exception raisedpublic KemetAPIException(ExceptionLevelEnum error, java.lang.Exception excp)
initialize exception (level, exception).
error
- level of exceptionexcp
- exception raisedpublic KemetAPIException(ExceptionLevelEnum error, java.lang.String message)
initialize exception (level, message).
error
- level of exceptionmessage
- message of exceptionMethod Detail |
---|
public ExceptionLevelEnum getLevel()
return level of exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |