|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.util.exception.ExceptionUtils
This class contains utility methods for wrapping a java.lang.Exception subclass in a com.bankframe.ejb.ProcessingErrorException
Method Summary | |
static ProcessingErrorException |
toProcessingErrorException(java.lang.Exception ex)
This method converts the specifed exception class to a ProcessingErrorException |
static ProcessingErrorException |
toProcessingErrorException(java.lang.Exception ex,
java.util.Locale locale)
This method converts the specifed exception class to a ProcessingErrorException |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ProcessingErrorException toProcessingErrorException(java.lang.Exception ex)
ex
- Exception to convert
public static ProcessingErrorException toProcessingErrorException(java.lang.Exception ex, java.util.Locale locale)
ex
- Exception to convertlocale
- Locale of the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |