|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.cargo.module.DtdParseException
public class DtdParseException
Exception thrown to indicate that a certain DTD couldn't be parsed.
| Constructor Summary | |
|---|---|
DtdParseException()
Constructor. |
|
DtdParseException(java.lang.String message)
Constructor. |
|
DtdParseException(java.lang.String message,
java.lang.Throwable cause)
Constructor. |
|
DtdParseException(java.lang.Throwable cause)
Constructor. |
|
| 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 DtdParseException()
public DtdParseException(java.lang.String message)
message - error message
public DtdParseException(java.lang.String message,
java.lang.Throwable cause)
message - error messagecause - cause exceptionpublic DtdParseException(java.lang.Throwable cause)
cause - cause exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||