public class AssetCategoryException extends PortalException
| Modifier and Type | Field and Description |
|---|---|
static int |
AT_LEAST_ONE_CATEGORY |
static int |
TOO_MANY_CATEGORIES |
| Constructor and Description |
|---|
AssetCategoryException(AssetVocabulary vocabulary,
int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
AssetVocabulary |
getVocabulary() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int AT_LEAST_ONE_CATEGORY
public static final int TOO_MANY_CATEGORIES
public AssetCategoryException(AssetVocabulary vocabulary, int type)
public int getType()
public AssetVocabulary getVocabulary()