net.sf.dewdrop
Class DewDropException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.dewdrop.DewDropException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DialectException

public class DewDropException
extends RuntimeException

Since:
1 January 2003
Author:
Les Hazlewood
See Also:
Serialized Form

Constructor Summary
DewDropException()
           
DewDropException(String message)
           
DewDropException(String message, Throwable cause)
           
DewDropException(Throwable cause)
           
 
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

DewDropException

public DewDropException()

DewDropException

public DewDropException(String message)

DewDropException

public DewDropException(Throwable cause)

DewDropException

public DewDropException(String message,
                        Throwable cause)