|
||||||||||
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.kemet.exceptions.LocationManagerException
public class LocationManagerException
Exception for location manager
Constructor Summary | |
---|---|
LocationManagerException(java.lang.String error)
intercept the exception |
|
LocationManagerException(java.lang.String error,
java.lang.Exception excp)
intercept the exception. |
Method Summary | |
---|---|
java.lang.Exception |
getHiddenException()
return exception |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocationManagerException(java.lang.String error, java.lang.Exception excp)
intercept the exception.
error
- error messageexcp
- exception raisedpublic LocationManagerException(java.lang.String error)
intercept the exception
error
- error messageMethod Detail |
---|
public java.lang.Exception getHiddenException()
return exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |