Package org.codehaus.cargo.module
Class DtdParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codehaus.cargo.module.DtdParseException
-
- All Implemented Interfaces:
Serializable
public class DtdParseException extends RuntimeException
Exception thrown to indicate that a certain DTD couldn't be parsed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DtdParseException()
Constructor.DtdParseException(String message)
Constructor.DtdParseException(String message, Throwable cause)
Constructor.DtdParseException(Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DtdParseException
public DtdParseException()
Constructor.
-
DtdParseException
public DtdParseException(String message)
Constructor.- Parameters:
message
- error message
-
DtdParseException
public DtdParseException(String message, Throwable cause)
Constructor.- Parameters:
message
- error messagecause
- cause exception
-
DtdParseException
public DtdParseException(Throwable cause)
Constructor.- Parameters:
cause
- cause exception
-
-