|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| 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
oracle.panama.spatial.eh.LBSException
This class represents location based service exception
| Constructor Summary | |
LBSException(java.lang.String errorCode)Constructor |
|
LBSException(java.lang.String errorCode, java.lang.Object[] params)Constructor |
|
LBSException(java.lang.String errorCode, java.lang.Object[] params, java.lang.Throwable exc)Constructor |
|
LBSException(java.lang.String errorCode, java.lang.Throwable exc)Constructor |
|
| Method Summary | |
java.lang.Throwable |
getDetail()Get the original exception of a NestedException |
java.lang.String |
getErrorCode()Return the key for the error message. |
java.lang.String |
getLocalizedMessage()Get the error message in the default language of the exception |
java.lang.String |
getLocalizedMessage(java.util.Locale l)Get the error message in the specified language of the exception |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LBSException(java.lang.String errorCode)
errorCode - the key string for error message of the exception.
public LBSException(java.lang.String errorCode,
java.lang.Object[] params)
errorCode - the key string for error message of the exception.params - the parameters embedded in the error message
public LBSException(java.lang.String errorCode,
java.lang.Object[] params,
java.lang.Throwable exc)
errorCode - the key string for error message of the exception.params - the parameters embedded in the error messageexc - the original exception
public LBSException(java.lang.String errorCode,
java.lang.Throwable exc)
errorCode - the key string for error message of the exception.exc - the original exception| Method Detail |
public java.lang.Throwable getDetail()
NestedExceptiongetDetail in interface oracle.xml.xforms.exception.NestedExceptionThrowable objectpublic java.lang.String getErrorCode()
public java.lang.String getLocalizedMessage()
public java.lang.String getLocalizedMessage(java.util.Locale l)
l - the locale representing a language, a country or both
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||