net.sf.seaf.exception
Class NotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.seaf.exception.SeafRuntimeException
net.sf.seaf.exception.NotInitializedException
- All Implemented Interfaces:
- Serializable
public class NotInitializedException
- extends SeafRuntimeException
Thrown when accessing an object that has not been (fully) initialized yet.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotInitializedException
public NotInitializedException(String message)
- Default constructor.
- Parameters:
message - Exception message
Copyright © 2008-2011 SEAF. All Rights Reserved.