|
||||||||||
| 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.XRDErrorStatusException
public class XRDErrorStatusException
This exception is thrown to encapsulate an XRD node with a non-100 status code.
| Field Summary | |
|---|---|
protected XRD |
xrd
|
| Constructor Summary | |
|---|---|
XRDErrorStatusException(XRD xrd)
|
|
| Method Summary | |
|---|---|
XRD |
getXRD()
|
| 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 |
| Field Detail |
|---|
protected XRD xrd
| Constructor Detail |
|---|
public XRDErrorStatusException(XRD xrd)
xrd - | Method Detail |
|---|
public XRD getXRD()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||