org.jtestcase.core.digester
Class DigesterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtestcase.core.digester.DigesterException
All Implemented Interfaces:
java.io.Serializable

public class DigesterException
extends java.lang.Exception

Exception class for all Exceptions thrown in parsing of the JTestCaseWizard XML

Author:
Fausto Lelli $Id: DigesterException.java,v 1.2 2005/11/05 11:20:35 faustothegrey Exp $
See Also:
Serialized Form

Constructor Summary
DigesterException(java.lang.String message, java.lang.Throwable cause)
           
DigesterException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DigesterException

public DigesterException(java.lang.String message,
                         java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

DigesterException

public DigesterException(java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.Throwable)