|
||||||||||
| 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.openxri.resolve.exception.XRIResolutionException
org.openxri.resolve.exception.PartialResolutionException
public class PartialResolutionException
This exception is thrown by the top level XRI resolution APIs to indicate that resolution was not completed successfully.
| Constructor Summary | |
|---|---|
PartialResolutionException(XRD xrd)
|
|
PartialResolutionException(XRDS xrds)
Constructs an object of this class. |
|
| Method Summary | |
|---|---|
XRDS |
getPartialXRDS()
Gets the partial resolution result. |
| Methods inherited from class org.openxri.resolve.exception.XRIResolutionException |
|---|
getStatus, printUnderlyingStackTrace |
| 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 PartialResolutionException(XRDS xrds)
msg - Error messagexrds - The partial resolution resultspublic PartialResolutionException(XRD xrd)
| Method Detail |
|---|
public XRDS getPartialXRDS()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||