|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
local.tomas.common.xml.XMLException
public class XMLException
XMLExceptions are thrown by all XML utilities.
| Constructor Summary | |
|---|---|
XMLException()
Default constructor. |
|
XMLException(String message)
Constructor from message text. |
|
XMLException(String message,
Throwable cause)
Constructor from message text and base cause. |
|
XMLException(Throwable cause)
Constructor from base 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()
public XMLException(String message)
message - public XMLException(Throwable cause)
cause -
public XMLException(String message,
Throwable cause)
message - cause -
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||