JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Serialized Form
Package com.blurryroots.yanecos.exception
Class
com.blurryroots.yanecos.exception.EntityAlreadHasDataException
extends
EntityDataException
implements Serializable
serialVersionUID:
1L
Class
com.blurryroots.yanecos.exception.EntityDataException
extends
YanecosException
implements Serializable
serialVersionUID:
1L
Serialized Fields
_dataType
java.lang.Class<T> _dataType
Stores the type of data causing the exception.
_entityId
long _entityId
Stores the id of the entity causing the exception.
Class
com.blurryroots.yanecos.exception.EntityException
extends
YanecosException
implements Serializable
serialVersionUID:
1L
Serialized Fields
_entityId
long _entityId
???
Class
com.blurryroots.yanecos.exception.NoSuchDataException
extends
EntityDataException
implements Serializable
serialVersionUID:
1L
Class
com.blurryroots.yanecos.exception.NoSuchDataOnEntityException
extends
EntityDataException
implements Serializable
serialVersionUID:
1L
Class
com.blurryroots.yanecos.exception.NoSuchEntityException
extends
EntityException
implements Serializable
serialVersionUID:
1L
Class
com.blurryroots.yanecos.exception.YanecosException
extends java.lang.Exception implements Serializable
serialVersionUID:
1L
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes