|
||||||||||
| 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.lf.exceptions.ExceptionManager
public class ExceptionManager
ExceptionManager : manage errors of application.
| Constructor Summary | |
|---|---|
ExceptionManager(ExceptionsEnum error,
java.lang.String message,
java.lang.Exception excp)
intercept exception. |
|
| Method Summary | |
|---|---|
ExceptionsEnum |
getError()
return error. |
java.lang.Exception |
getHiddenException()
return intercepted exception. |
java.lang.String |
getMessage()
return message. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 ExceptionManager(ExceptionsEnum error,
java.lang.String message,
java.lang.Exception excp)
intercept exception.
error - type of errormessage - message of errorexcp - exception raised| Method Detail |
|---|
public java.lang.Exception getHiddenException()
return intercepted exception.
public ExceptionsEnum getError()
return error.
public java.lang.String getMessage()
return message.
getMessage in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||