|
|||||||
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 dk.brics.xact.XMLException dk.brics.xact.XMLTemplateException
public class XMLTemplateException
Exception thrown if XML template parsing fails.
Constructor Summary | |
---|---|
XMLTemplateException(String s)
Constructs a new exception. |
|
XMLTemplateException(String s,
Origin origin)
Constructs a new exception. |
|
XMLTemplateException(String s,
Throwable cause)
Constructs a new exception. |
|
XMLTemplateException(String s,
Throwable cause,
Origin origin)
Constructs a new exception. |
|
XMLTemplateException(Throwable cause)
Constructs a new exception. |
|
XMLTemplateException(Throwable cause,
Origin origin)
Constructs a new exception. |
Method Summary |
---|
Methods inherited from class dk.brics.xact.XMLException |
---|
getOrigin |
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 XMLTemplateException(String s)
public XMLTemplateException(String s, Origin origin)
public XMLTemplateException(String s, Throwable cause)
public XMLTemplateException(String s, Throwable cause, Origin origin)
public XMLTemplateException(Throwable cause)
public XMLTemplateException(Throwable cause, Origin origin)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |