|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception issrg.utils.EmbeddedException issrg.pba.PbaException issrg.pba.rbac.BadURLException
public class BadURLException
This class extends PbaException to notify specifically about malformed URL passed to a URLHandler.
Constructor Summary | |
---|---|
BadURLException()
|
|
BadURLException(java.lang.String msg)
|
|
BadURLException(java.lang.String msg,
java.lang.Throwable th)
This constructor bulds a BadURLException with a root cause embedded. |
Method Summary |
---|
Methods inherited from class issrg.utils.EmbeddedException |
---|
getEmbedded, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BadURLException()
public BadURLException(java.lang.String msg)
public BadURLException(java.lang.String msg, java.lang.Throwable th)
msg
- a human-readable explanation of the exception causeth
- Throwable that triggered the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |