jegg.impl
Class HatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjegg.impl.HatchException
All Implemented Interfaces:
java.io.Serializable

public class HatchException
extends java.lang.Exception

Author:
Bruce Lowery
See Also:
Serialized Form

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

HatchException

public HatchException()

HatchException

public HatchException(java.lang.String message)
Parameters:
message -

HatchException

public HatchException(java.lang.Throwable cause)
Parameters:
cause -

HatchException

public HatchException(java.lang.String message,
                      java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2004 . All Rights Reserved.