net.sf.jdigg.exception
Class ResponseParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jdigg.exception.JDiggException
              extended by net.sf.jdigg.exception.ResponseParserException
All Implemented Interfaces:
java.io.Serializable

public class ResponseParserException
extends JDiggException

Exception for parsing (or input/output) exceptions of Commons Digester.

Since:
1.0 M1
Author:
Philip May
See Also:
Serialized Form

Constructor Summary
ResponseParserException()
           
ResponseParserException(java.lang.String message)
           
ResponseParserException(java.lang.String message, java.lang.Throwable cause)
           
ResponseParserException(java.lang.Throwable cause)
           
 
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

ResponseParserException

public ResponseParserException()

ResponseParserException

public ResponseParserException(java.lang.String message)

ResponseParserException

public ResponseParserException(java.lang.Throwable cause)

ResponseParserException

public ResponseParserException(java.lang.String message,
                               java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.