com.liferay.portal
Class GroupFriendlyURLException

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

public class GroupFriendlyURLException
extends LayoutFriendlyURLException

View Source

Author:
Brian Wing Shun Chan
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, TOO_SHORT
 
Constructor Summary
GroupFriendlyURLException(int type)
           
 
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)