|
||||||||||
| 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(Document d)
Create a new CreationException instance with a specified invalid document. |
|
CreationException(Exception e)
Create a new CreationException instance with a specified nested exception. |
|
CreationException(Exception e,
Document d)
Create a new CreationException instance with a specified nested exception and a specified invalid document. |
|
CreationException(String m)
Create a new CreationException instance with a specified detail message. |
|
CreationException(String m,
Document d)
Create a new CreationException instance with a specified detail message and a specified invalid document. |
|
CreationException(String m,
Exception e)
Create a new CreationException instance with a specified detail message and a specified nested exception. |
|
CreationException(String m,
Exception e,
Document d)
Create a new CreationException instance with a specified detail message, a specified nested exception and a specified invalid document. |
|
| Method Summary | |
|---|---|
Document |
getDocument()
Retrieve the invalid document of this CreationException. |
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(String m)
m - The detail message.public CreationException(Exception e)
e - The nested exception.public CreationException(Document d)
d - The invalid document.
public CreationException(String m,
Exception e)
m - The detail message.e - The nested exception.
public CreationException(String m,
Document d)
m - The detail message.d - The invalid document.
public CreationException(Exception e,
Document d)
e - The nested exception.d - The invalid document.
public CreationException(String m,
Exception e,
Document d)
m - The detail message.e - The nested exception.d - The invalid document.| Method Detail |
|---|
public Exception getException()
public Document getDocument()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||