|
|||||||||
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 org.w3c.tools.resources.ProtocolException
public class ProtocolException
Constructor Summary | |
---|---|
ProtocolException(ReplyInterface error)
|
|
ProtocolException(java.lang.String msg)
|
|
ProtocolException(java.lang.String msg,
ReplyInterface error)
|
Method Summary | |
---|---|
ReplyInterface |
getReply()
Get this exception reply. |
boolean |
hasReply()
Was a reply provided with the exception ? |
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 ProtocolException(java.lang.String msg)
public ProtocolException(java.lang.String msg, ReplyInterface error)
public ProtocolException(ReplyInterface error)
Method Detail |
---|
public boolean hasReply()
public ReplyInterface getReply()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |