Package es.bsc.dataclay.exceptions.logicmodule.classmgr
Module intended to management of Exceptions on ClassMgr module.
-
Exception Summary Exception Description AnnotationDepInfoAlreadyRegisteredException This class represents the exceptions produced in ClassManager module when you try to register into a Annotation language-dependant information which is already registered.ClassDepInfoAlreadyRegisteredException This class represents the exceptions produced in ClassManager module when you try to register into a class language-dependant information which is already registered.ClassInIncludesException This class represents the exceptions produced in ClassManager module when you a class is included by some property, operation or implementation and must not.ClassNotExistsException This class represents the exceptions produced in ClassManager module when you try to retrieve a class that does not exist in the database.ImplementationNotExistException This class represents the exceptions produced in ClassManager module when some Implementation was not found for some reason.NoMoreImplementationsInOperationException This class represents the exceptions produced in ClassManager module when you try to remove an implementation from an Operation that just have this implementation.OperationAlreadyInClassException This class represents the exceptions produced in ClassManager module when you try to add a new Operation to a class which already has it in the database.OperationDepInfoAlreadyRegisteredException This class represents the exceptions produced in ClassManager module when you try to register into a Operation language-dependant information which is already registered.OperationNotExistException This class represents the exceptions produced in ClassManager module when some Operation was not found for some reason.OperationNotInClassException This class represents the exceptions produced in ClassManager module when some operation was not found in some class for some reason.PropertyAlreadyInClassException This class represents the exceptions produced in ClassManager module when you try to add a new Property to a class which already has it in the database.PropertyDepInfoAlreadyRegisteredException This class represents the exceptions produced in ClassManager module when you try to register into a Property language-dependant information which is already registered.PropertyNotExistException This class represents the exceptions produced in ClassManager module when some Property was not found for some reason.PropertyNotInClassException This class represents the exceptions produced in ClassManager module when some Property was not found in some class for some reason.SetterOrGetterOperationsCannotBeRemoved This class represents the exceptions produced in ClassManager module when trying to remove a default getter or setter operation.TypeDepInfoAlreadyRegisteredException This class represents the exceptions produced in ClassManager module when you try to register into a Type language-dependant information which is already registered.UnsupportedLanguage This class represents the exceptions produced in ClassManager module when you try to do some type of operation and the RunTime doesn't recognize or doesn't support the language code.