public class ObjectFieldNameException
extends com.liferay.portal.kernel.exception.PortalException
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectFieldNameException.MustBeginWithLowerCaseLetter |
static class |
ObjectFieldNameException.MustBeLessThan41Characters |
static class |
ObjectFieldNameException.MustNotBeDuplicate |
static class |
ObjectFieldNameException.MustNotBeNull |
static class |
ObjectFieldNameException.MustNotBeReserved |
static class |
ObjectFieldNameException.MustOnlyContainLettersAndDigits |
| Constructor and Description |
|---|
ObjectFieldNameException() |
ObjectFieldNameException(java.lang.String msg) |
ObjectFieldNameException(java.lang.String msg,
java.lang.Throwable throwable) |
ObjectFieldNameException(java.lang.Throwable throwable) |
public ObjectFieldNameException()
public ObjectFieldNameException(java.lang.String msg)
public ObjectFieldNameException(java.lang.String msg,
java.lang.Throwable throwable)
public ObjectFieldNameException(java.lang.Throwable throwable)