vars-redux
Package Index
|
Class Index
org.mbari.samples.integration
org.mbari.vars.integration
vars
vars.annotation
vars.annotation.jpa
vars.annotation.rules
vars.annotation.ui
vars.annotation.ui.actions
vars.annotation.ui.buttons
vars.annotation.ui.buttons.simple
vars.annotation.ui.cbpanel
vars.annotation.ui.commandqueue
vars.annotation.ui.commandqueue.impl
vars.annotation.ui.dialogs
vars.annotation.ui.eventbus
vars.annotation.ui.imagepanel
vars.annotation.ui.ppanel
vars.annotation.ui.preferences
vars.annotation.ui.roweditor
vars.annotation.ui.table
vars.annotation.ui.video
vars.annotation.ui.videoset
vars.integration
vars.jpa
vars.knowledgebase
vars.knowledgebase.jpa
vars.knowledgebase.rules
vars.knowledgebase.ui
vars.knowledgebase.ui.actions
vars.knowledgebase.ui.demos
vars.knowledgebase.ui.dialogs
vars.query
vars.query.ui
vars.query.ui.actions
vars.query.ui.db
vars.query.ui.db.preparedstatement
vars.query.ui.db.sql
vars.quicktime
vars.shared
vars.shared.preferences
vars.shared.ui
vars.shared.ui.dialogs
vars.shared.ui.event
vars.shared.ui.tree
vars.shared.ui.video
vars.testing
Interfaces
CacheClearedListener
DAO
ExternalDataPersistenceService
ILazy
ILink
MiscDAOFactory
MiscFactory
PersistenceCacheProvider
PersistenceRule
<T extends
VARSObject
>
PropertyChange
Role
UserAccount
UserAccountDAO
VARSObject
VARSObjectFactory
VarsUserPreferencesFactory
VideoMoment
Classes
CacheClearedEvent
EXPDPersistenceService
ExternalDatum
LinkBean
LinkComparator
LinkNameAndValueComparator
LinkNameComparator
<T extends
ILink
>
LinkUtilities
PersistenceCache
ToolBelt
VideoMomentBean
VideoMomentByDateComparator
VideoMomentByTimecodeComparator
Enums
UserAccountRoles
Exceptions
VARSException
VARSPersistenceException
Package Index
|
Class Index
Summary:
Ctors
|
Inherited Methods
|
[Expand All]
public class
VARSException
extends RuntimeException
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
java.lang.RuntimeException
↳
vars.VARSException
Known Direct Subclasses
ImageCaptureException
,
VARSPersistenceException
ImageCaptureException
VARSPersistenceException
Thrown when something bad happens in the DataPersistenceService
Summary
Public Constructors
VARSException
()
VARSException
(String s)
VARSException
(String s, Throwable throwable)
VARSException
(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
synchronized Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized Throwable
initCause
(Throwable arg0)
void
printStackTrace
()
void
printStackTrace
(PrintStream arg0)
void
printStackTrace
(PrintWriter arg0)
void
setStackTrace
(StackTraceElement[] arg0)
String
toString
()
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
Public Constructors
public
VARSException
()
public
VARSException
(String s)
public
VARSException
(String s, Throwable throwable)
public
VARSException
(Throwable throwable)