|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jpos.JposException
|
+--jpos.config.JposConfigException
Defines an Exception class for JCL config related classes/interfaces and implementing classes
| Fields inherited from class jpos.JposException |
errorCode, errorCodeExtended |
| Constructor Summary | |
JposConfigException(java.lang.String description)
Creates a JposConfigException with the description passed |
|
JposConfigException(java.lang.String description,
java.lang.Exception origException)
Creates a JposConfigException with the description passed and the original exception that caused this one |
|
| Methods inherited from class jpos.JposException |
getErrorCode, getErrorCodeExtended, getOrigException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public JposConfigException(java.lang.String description)
description - the description String
public JposConfigException(java.lang.String description,
java.lang.Exception origException)
description - the description StringorigException - the exception that originally caused this one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||