public class InvalidNameException
extends com.liferay.portal.kernel.exception.PortalException
| Modifier and Type | Field and Description |
|---|---|
static int |
DUPLICATED |
static int |
EMPTY |
| Constructor and Description |
|---|
InvalidNameException() |
InvalidNameException(int type) |
InvalidNameException(java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
boolean |
isDuplicated() |
boolean |
isEmpty() |
public static final int DUPLICATED
public static final int EMPTY