| |||||||||
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.io.IOException com.ibm.portal.resolver.exceptions.LocalizedIOException
public class LocalizedIOException
Helper exception to wrap localization information into a SAXException
Field Summary | |
---|---|
protected static int | SC_DEFAULT
|
Constructor Summary | |
---|---|
LocalizedIOException(java.lang.Exception aCause)
Constructor used if no metainformation about the actual exception cause is known. | |
LocalizedIOException(int aStatus,
java.lang.Exception aCause)
Constructor used if no metainformation about the actual exception cause is known. | |
LocalizedIOException(Localized aDelegate,
java.lang.Exception aCause)
| |
LocalizedIOException(Localized aDelegate,
int aStatus,
java.lang.Exception aCause)
| |
LocalizedIOException(LocalizedStatus aDelegate,
java.lang.Exception aCause)
|
Method Summary | |
---|---|
java.lang.Throwable | getCause()
|
java.lang.String | getDescription(java.util.Locale aLocale)
Returns the description of this object in the given locale. |
ListModel<java.util.Locale> | getLocales()
Returns a list model containing the locales that are supported by this object. |
java.lang.String | getLocalizedMessage()
|
java.lang.String | getMessage()
|
int | getStatus()
Returns a status code that can be evaluated by the handler of the exception implementing LocalizedStatus. |
java.lang.String | getTitle(java.util.Locale aLocale)
Returns the title of this object in the given locale. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final int SC_DEFAULT
Constructor Detail |
---|
public LocalizedIOException(java.lang.Exception aCause)
public LocalizedIOException(int aStatus, java.lang.Exception aCause)
public LocalizedIOException(Localized aDelegate, java.lang.Exception aCause)
public LocalizedIOException(Localized aDelegate, int aStatus, java.lang.Exception aCause)
public LocalizedIOException(LocalizedStatus aDelegate, java.lang.Exception aCause)
Method Detail |
---|
public java.lang.Throwable getCause()
public java.lang.String getDescription(java.util.Locale aLocale)
null
.
null
.
It is up to the invoker of the method to implement an appropriate
fallback mechanismpublic ListModel<java.util.Locale> getLocales()
public java.lang.String getLocalizedMessage()
public java.lang.String getMessage()
public int getStatus()
public java.lang.String getTitle(java.util.Locale aLocale)
null
.
null
.
It is up to the invoker of the method to implement an appropriate
fallback mechanism.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |