public class CustomModelException
extends org.alfresco.error.AlfrescoRuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
CustomModelException.ActiveModelConstraintException |
static class |
CustomModelException.CustomModelConstraintException |
static class |
CustomModelException.InvalidCustomModelException |
static class |
CustomModelException.InvalidNamespaceException |
static class |
CustomModelException.ModelDoesNotExistException |
static class |
CustomModelException.ModelExistsException |
static class |
CustomModelException.NamespaceConstraintException |
Constructor and Description |
---|
CustomModelException(String msgId)
Constructor
|
CustomModelException(String msgId,
Object[] msgParams)
Constructor
|
CustomModelException(String msgId,
Object[] msgParams,
Throwable cause)
Constructor
|
CustomModelException(String msgId,
Throwable cause)
Constructor
|
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CustomModelException(String msgId)
msgId
- message idpublic CustomModelException(String msgId, Object[] msgParams)
msgId
- message idmsgParams
- message paramspublic CustomModelException(String msgId, Throwable cause)
msgId
- message idcause
- causing exceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.