|
|||||||||||
| 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
|
+--java.lang.RuntimeException
|
+--com.lonniepryor.blues.util.BluesException
|
+--com.lonniepryor.blues.xml.XmlException
Eexception thrown by the XML api if an error occurrs during document parsing.
| Constructor Summary | |
XmlException()
Creates a new XmlException object. |
|
XmlException(java.lang.String message)
Creates a new XmlException object. |
|
XmlException(java.lang.String message,
java.lang.Throwable cause)
Creates a new XmlException object. |
|
XmlException(java.lang.Throwable cause)
Creates a new XmlException object. |
|
| Methods inherited from class com.lonniepryor.blues.util.BluesException |
getCause |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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()
public XmlException(java.lang.String message)
message - The error message.
public XmlException(java.lang.String message,
java.lang.Throwable cause)
message - The error message.cause - The cause of this error.public XmlException(java.lang.Throwable cause)
cause - The cause of this error.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||