|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Error org.apache.commons.i18n.LocalizedError
public class LocalizedError
The LocalizedError
class is the base class for all errors
that provide locaized error informations. This class should be subclassed
in order to provide specific errors capable of localization support.
Constructor Summary | |
---|---|
LocalizedError(ErrorBundle errorMessage)
|
|
LocalizedError(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 LocalizedError(ErrorBundle errorMessage, java.lang.Throwable throwable)
errorMessage
- The error message contains a detailed localized description of this errorthrowable
- The Throwable
that caused this errorpublic LocalizedError(ErrorBundle errorMessage)
errorMessage
- The error message contains a detailed localized description of this errorMethod Detail |
---|
public ErrorBundle getErrorMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |