jegg
Class UnableToInitializeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jegg.UnableToInitializeException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnableToInitializeException
- extends java.lang.Exception
Raised by an egg that fails to initialize when the framework invokes
the egg's init()
method.
- See Also:
- Serialized Form
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 |
UnableToInitializeException
public UnableToInitializeException()
UnableToInitializeException
public UnableToInitializeException(java.lang.String message)
- Parameters:
message
-
UnableToInitializeException
public UnableToInitializeException(java.lang.Throwable cause)
- Parameters:
cause
-
UnableToInitializeException
public UnableToInitializeException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2004 . All Rights Reserved.