org.codehaus.cargo.module
Class DtdParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.

Version:
$Id: DtdParseException.java 1705 2008-09-02 13:14:55Z adriana $
See Also:
Serialized Form

Constructor Summary
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
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

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 message
cause - cause exception

DtdParseException

public DtdParseException(Throwable cause)
Constructor.

Parameters:
cause - cause exception


Copyright © 2004-2012 Codehaus. All Rights Reserved.