|
||||||||
| 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
com.bowstreet.xml.XMLException
public class XMLException
| Constructor Summary | |
|---|---|
XMLException(java.lang.Exception e)
Create a new XMLException wrapping an existing exception. |
|
XMLException(java.lang.String message)
Create a new XMLException. |
|
XMLException(java.lang.String message,
java.lang.Exception e)
Create a new XMLException from an existing exception. |
|
| Method Summary | |
|---|---|
java.lang.Exception |
getException()
Return the embedded exception or null if there is none. |
java.lang.String |
getMessage()
Return a detail message for this exception. |
java.lang.String |
toString()
Override toString to pick up any embedded exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMLException(java.lang.Exception e)
public XMLException(java.lang.String message)
public XMLException(java.lang.String message,
java.lang.Exception e)
| Method Detail |
|---|
public java.lang.Exception getException()
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Throwable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||