|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.stylebook.CreationException
public class CreationException
A CreationException is thrown whenever an Entry cannot be produced for any reason.
Constructor Summary | |
---|---|
CreationException()
Create a new CreationException instance. |
|
CreationException(org.w3c.dom.Document d)
Create a new CreationException instance with a specified invalid document. |
|
CreationException(java.lang.Exception e)
Create a new CreationException instance with a specified nested exception. |
|
CreationException(java.lang.Exception e,
org.w3c.dom.Document d)
Create a new CreationException instance with a specified nested exception and a specified invalid document. |
|
CreationException(java.lang.String m)
Create a new CreationException instance with a specified detail message. |
|
CreationException(java.lang.String m,
org.w3c.dom.Document d)
Create a new CreationException instance with a specified detail message and a specified invalid document. |
|
CreationException(java.lang.String m,
java.lang.Exception e)
Create a new CreationException instance with a specified detail message and a specified nested exception. |
|
CreationException(java.lang.String m,
java.lang.Exception e,
org.w3c.dom.Document d)
Create a new CreationException instance with a specified detail message, a specified nested exception and a specified invalid document. |
Method Summary | |
---|---|
org.w3c.dom.Document |
getDocument()
Retrieve the invalid document of this CreationException. |
java.lang.Exception |
getException()
Retrieve the nested exception of this CreationException. |
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 CreationException()
public CreationException(java.lang.String m)
m
- The detail message.public CreationException(java.lang.Exception e)
e
- The nested exception.public CreationException(org.w3c.dom.Document d)
d
- The invalid document.public CreationException(java.lang.String m, java.lang.Exception e)
m
- The detail message.e
- The nested exception.public CreationException(java.lang.String m, org.w3c.dom.Document d)
m
- The detail message.d
- The invalid document.public CreationException(java.lang.Exception e, org.w3c.dom.Document d)
e
- The nested exception.d
- The invalid document.public CreationException(java.lang.String m, java.lang.Exception e, org.w3c.dom.Document d)
m
- The detail message.e
- The nested exception.d
- The invalid document.Method Detail |
---|
public java.lang.Exception getException()
public org.w3c.dom.Document getDocument()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |