|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.mcdermottroe.exemplar.Exception
com.mcdermottroe.exemplar.input.dtd.ParameterEntityException
public class ParameterEntityException
An exception that can be thrown in response to an error in the handling of parameter entities.
| Constructor Summary | |
|---|---|
ParameterEntityException()
ParameterEntityException without a description. |
|
ParameterEntityException(String message)
ParameterEntityException with a description. |
|
ParameterEntityException(String message,
Throwable cause)
ParameterEntityException with a description and a reference to an exception which caused it. |
|
ParameterEntityException(Throwable cause)
ParameterEntityException with a reference to the exception that caused it. |
|
| Method Summary | |
|---|---|
ParameterEntityException |
getCopy()
Creates a deep copy of the current object and returns it. |
| Methods inherited from class com.mcdermottroe.exemplar.Exception |
|---|
compareTo, copyStackTrace, equals, getBackTrace, hashCode, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterEntityException()
public ParameterEntityException(String message)
message - The description of the exception.
public ParameterEntityException(String message,
Throwable cause)
message - The description of the exception.cause - The cause of the exception.public ParameterEntityException(Throwable cause)
cause - The cause of the exception.| Method Detail |
|---|
public ParameterEntityException getCopy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||