com.liferay.portal.exception
Class LayoutFriendlyURLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.exception.LayoutFriendlyURLException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- GroupFriendlyURLException
public class LayoutFriendlyURLException
- extends PortalException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ADJACENT_SLASHES
public static final int ADJACENT_SLASHES
- See Also:
- Constant Field Values
DOES_NOT_START_WITH_SLASH
public static final int DOES_NOT_START_WITH_SLASH
- See Also:
- Constant Field Values
DUPLICATE
public static final int DUPLICATE
- See Also:
- Constant Field Values
ENDS_WITH_SLASH
public static final int ENDS_WITH_SLASH
- See Also:
- Constant Field Values
INVALID_CHARACTERS
public static final int INVALID_CHARACTERS
- See Also:
- Constant Field Values
KEYWORD_CONFLICT
public static final int KEYWORD_CONFLICT
- See Also:
- Constant Field Values
POSSIBLE_DUPLICATE
public static final int POSSIBLE_DUPLICATE
- See Also:
- Constant Field Values
TOO_DEEP
public static final int TOO_DEEP
- See Also:
- Constant Field Values
TOO_LONG
public static final int TOO_LONG
- See Also:
- Constant Field Values
TOO_SHORT
public static final int TOO_SHORT
- See Also:
- Constant Field Values
LayoutFriendlyURLException
public LayoutFriendlyURLException(int type)
getDuplicateClassName
public String getDuplicateClassName()
getDuplicateClassPK
public long getDuplicateClassPK()
getKeywordConflict
public String getKeywordConflict()
getType
public int getType()
setDuplicateClassName
public void setDuplicateClassName(String duplicateClassName)
setDuplicateClassPK
public void setDuplicateClassPK(long duplicateClassPK)
setKeywordConflict
public void setKeywordConflict(String keywordConflict)