genie.core
Class GenieException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by genie.core.GenieException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ElementException

public class GenieException
extends java.lang.Exception

Author:
Tshitshi Kia Ntoni 11 juil. 2004 18:08:20
See Also:
Serialized Form

Constructor Summary
GenieException()
           
GenieException(java.lang.String arg0)
           
GenieException(java.lang.String arg0, java.lang.Throwable arg1)
           
GenieException(java.lang.Throwable arg0)
           
 
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

GenieException

public GenieException()

GenieException

public GenieException(java.lang.String arg0)
Parameters:
arg0 -

GenieException

public GenieException(java.lang.Throwable arg0)
Parameters:
arg0 -

GenieException

public GenieException(java.lang.String arg0,
                      java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2004-2005 Genies Projects. All Rights Reserved.