|
||||||||||
| 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.apache.commons.i18n.LocalizedException
public class LocalizedException
The LocalizedException class is the base class for all exceptions
that provide locaized error informations.
| Constructor Summary | |
|---|---|
LocalizedException(ErrorBundle errorMessage)
|
|
LocalizedException(ErrorBundle errorMessage,
java.lang.Throwable throwable)
|
|
| Method Summary | |
|---|---|
ErrorBundle |
getErrorMessage()
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocalizedException(ErrorBundle errorMessage,
java.lang.Throwable throwable)
errorMessage - The error message contains a detailed localized description of the error that caused the exceptionthrowable - The Throwable that caused this exceptionpublic LocalizedException(ErrorBundle errorMessage)
errorMessage - The error message contains a detailed localized description of the error that caused the exception| Method Detail |
|---|
public ErrorBundle getErrorMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||