|
||||||||||
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.weblab_project.core.exception.WebLabUncheckedException
org.weblab_project.core.exception.WebLabRISyntaxException
public class WebLabRISyntaxException
WebLabUncheckedException
to be thrown when having syntax troubles with the WebLabRI
.
Constructor Summary | |
---|---|
WebLabRISyntaxException(java.lang.String badUri)
|
|
WebLabRISyntaxException(java.net.URISyntaxException cause)
|
Method Summary |
---|
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 WebLabRISyntaxException(java.lang.String badUri)
badUri
- The badUri.public WebLabRISyntaxException(java.net.URISyntaxException cause)
cause
- The URISyntaxException
that causes the RuntimeException
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |