|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OjbcException | |
org.scrashmeow.ojb.console | Provides the classes that relate to the entire web application. |
org.scrashmeow.ojb.console.framework | Provides the classes that define the base controller object layer for the web application. |
org.scrashmeow.ojb.console.service | Provides the classes that define services for the web application. |
Uses of OjbcException in org.scrashmeow.ojb.console |
Subclasses of OjbcException in org.scrashmeow.ojb.console | |
class |
RepositoryInitializationException
Base class for all runtime exceptions thrown within the console application The constructors within this class log the stack trace so by constructing an instance of this exception, logging automatically occurs. |
Uses of OjbcException in org.scrashmeow.ojb.console.framework |
Subclasses of OjbcException in org.scrashmeow.ojb.console.framework | |
class |
ControllerException
An exception thrown from within the application's controller layer |
class |
TileViewException
An exception thrown from within the application's controller layer |
Uses of OjbcException in org.scrashmeow.ojb.console.service |
Subclasses of OjbcException in org.scrashmeow.ojb.console.service | |
class |
ServiceException
The base exception for all exceptions thrown from within the Service layer of the application. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |