|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.commons.i18n.LocalizedRuntimeException
public class LocalizedRuntimeException
The LocalizedRuntimeException
class is the base class for all runtime exceptions
that provide locaized error informations.
Constructor Summary | |
---|---|
LocalizedRuntimeException(ErrorBundle errorMessage)
|
|
LocalizedRuntimeException(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 LocalizedRuntimeException(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 LocalizedRuntimeException(ErrorBundle errorMessage)
errorMessage
- The error message contains a detailed localized description of the error that caused the exceptionMethod Detail |
---|
public ErrorBundle getErrorMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |