Class ObjectNotManagedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.crumbleworks.forge.crumbprops.exceptions.ObjectNotManagedException
-
- All Implemented Interfaces:
Serializable
public class ObjectNotManagedException extends RuntimeException
Thrown if the object to be stored/loaded is not managed by the respective manager.- Since:
- 1.0
- Author:
- Michael Stocker
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectNotManagedException(Object object)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ObjectNotManagedException
public ObjectNotManagedException(Object object)
-
-