|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.millscript.commons.alert.Alert
org.millscript.commons.alert.alerts.IOAlert
org.millscript.commons.vfs.alerts.VFSAlert
org.millscript.commons.vfs.alerts.UnsupportedURIAlert
public class UnsupportedURIAlert
Thrown to indicate a URI is not supported.
| Constructor Summary | |
|---|---|
|
UnsupportedURIAlert()
Constructs a new unsupported URI alert with no explanation. |
|
UnsupportedURIAlert(java.lang.String exp)
Constructs a new unsupported URI alert with the specified explanation. |
protected |
UnsupportedURIAlert(java.lang.String comp,
java.lang.String exp)
Constructs a new alert with the specified complaint and explanation. |
| Method Summary | |
|---|---|
static UnsupportedURIAlert |
mustBeAbsolute(java.net.URI uri)
|
static UnsupportedURIAlert |
mustBeRelative(java.net.URI uri)
|
static UnsupportedURIAlert |
mustNotBeOpaque(java.net.URI uri)
|
| Methods inherited from class org.millscript.commons.alert.alerts.IOAlert |
|---|
culpritFile, culpritURI, unexpectedEndOfFile |
| Methods inherited from class org.millscript.commons.alert.Alert |
|---|
culprit, culprit, culprit, culprit, culprit, culprit, culprit, culprit, decorate, decorate, escape, getComplaint, getCulprits, getMessage, getParentAlert, getParentThrowable, getPhase, getReason, isMishap, mishap, origin, remishap, report, setParentAlert, setParentThrowable, setPhase, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnsupportedURIAlert()
public UnsupportedURIAlert(java.lang.String exp)
exp - the explanation for the alert
protected UnsupportedURIAlert(java.lang.String comp,
java.lang.String exp)
comp - the alerts complaintexp - the explanation for the alert| Method Detail |
|---|
public static UnsupportedURIAlert mustBeAbsolute(java.net.URI uri)
public static UnsupportedURIAlert mustBeRelative(java.net.URI uri)
public static UnsupportedURIAlert mustNotBeOpaque(java.net.URI uri)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||