|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.xml.XMLException
public class XMLException
Exception for XML errors.
| Constructor Summary | |
|---|---|
XMLException()
Creates a new instance of XMLException without detail
message. |
|
XMLException(String msg)
Constructs an instance of XMLException with the specified
detail message. |
|
XMLException(String msg,
Throwable cause)
Constructs an instance of XMLException with the specified
detail message and cause. |
|
XMLException(Throwable cause)
Constructs an instance of XMLException with the specified
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 XMLException()
XMLException without detail
message.
public XMLException(String msg)
XMLException with the specified
detail message.
msg - the detail message.
public XMLException(String msg,
Throwable cause)
XMLException with the specified
detail message and cause.
msg - the detail message.cause - the cause.public XMLException(Throwable cause)
XMLException with the specified
cause.
cause - the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||