es.udc.mypersonalizer.kernel.util.exceptions |
|
Java Source File Name | Type | Comment |
ActionNotAllowedException.java | Class | This exception is raised when the user tries to execute an action for which
he or she has not enough permissions. |
DuplicateInstanceException.java | Class | Represents the notification of an attemp to create more than one
instance with the same key. |
IllegalConcurrentAccessException.java | Class | This exception is thrown when the user tries to make two or more concurrent
accesses to entities like the Desktop Layout or a Workspace Layout to
modify them, which could cause in synchronization trouble. |
IllegalResultMetaPropertyExeception.java | Class | Exception signaling the attempt to use a query whose result metaproperty is
incompatible with the task to execute on the results. |
IncorrectPasswordException.java | Class | This exception reports of a problem when trying to access an instance
with a given key which is can't be located. |
InstanceException.java | Class | Base class for all exceptions reporting problems with model
instances. |
InstanceNotFoundException.java | Class | This exception reports of a problem when trying to access an instance
with a given key which is can't be located. |
InternalErrorException.java | Class | |
ModelException.java | Class | Root of the exceptions reporting problems using the model. |
VisitorException.java | Class | This exception is intended to encapsulate any exception thrown by the
methods defined in MetaProperty.Visitor . |