Liferay 6.1.2-ce-ga3

com.liferay.portal
Class GroupFriendlyURLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.LayoutFriendlyURLException
                      extended by com.liferay.portal.GroupFriendlyURLException
All Implemented Interfaces:
Serializable

public class GroupFriendlyURLException
extends LayoutFriendlyURLException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.LayoutFriendlyURLException
ADJACENT_SLASHES, DOES_NOT_START_WITH_SLASH, DUPLICATE, ENDS_WITH_SLASH, INVALID_CHARACTERS, KEYWORD_CONFLICT, POSSIBLE_DUPLICATE, TOO_DEEP, TOO_LONG, TOO_SHORT
 
Constructor Summary
GroupFriendlyURLException(int type)
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.LayoutFriendlyURLException
getKeywordConflict, getType, setKeywordConflict
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupFriendlyURLException

public GroupFriendlyURLException(int type)

Liferay 6.1.2-ce-ga3