| com.metaboss.enterprise.bo.BOException com.metaboss.sdlctools.models.ModelRepositoryException
All known Subclasses: com.metaboss.sdlctools.models.ModelValidationException, com.metaboss.sdlctools.models.ModelRepositoryInternalException, com.metaboss.sdlctools.models.MetaModelNotLoadedException, com.metaboss.sdlctools.models.OperationAttemptedInTransactionException, com.metaboss.sdlctools.models.TransientModelCanNotBeSavedException, com.metaboss.sdlctools.models.ModelNotLoadedException, com.metaboss.sdlctools.models.ModelRepositoryNotFoundException, com.metaboss.sdlctools.models.ModelElementNotFoundException, com.metaboss.sdlctools.models.OperationNotSupportedException, com.metaboss.sdlctools.models.ModelRepositoryIOException, com.metaboss.sdlctools.models.ModelAlreadyLoadedException, com.metaboss.sdlctools.models.ModelRepositoryXPathProcessingException, com.metaboss.sdlctools.models.ModelRepositoryIllegalArgumentException, com.metaboss.sdlctools.models.OperationAttemptedOutsideTransactionException, com.metaboss.sdlctools.models.NoDefaultModelException,
ModelRepositoryException | public class ModelRepositoryException extends BOException (Code) | | Specialised exception, which is a base for all exception occurring in ModelRepository.
We are positioning them at BO layer, because this is the closest match
|
ModelRepositoryException | public ModelRepositoryException()(Code) | | Constructs ModelRepositoryException object which does not carry message
|
ModelRepositoryException | public ModelRepositoryException(String pMessage)(Code) | | Constructs ModelRepositoryException object which not carry message
|
ModelRepositoryException | public ModelRepositoryException(String pMessage, Throwable pCause)(Code) | | Constructs ModelRepositoryException with message and cause
|
ModelRepositoryException | public ModelRepositoryException(Throwable pCause)(Code) | | Constructs ModelRepositoryException with message and cause
|
|
|