Liferay 6.1.2-ce-ga3

com.liferay.portal
Class LayoutFriendlyURLException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GroupFriendlyURLException

public class LayoutFriendlyURLException
extends PortalException

See Also:
Serialized Form

Field Summary
static int ADJACENT_SLASHES
           
static int DOES_NOT_START_WITH_SLASH
           
static int DUPLICATE
           
static int ENDS_WITH_SLASH
           
static int INVALID_CHARACTERS
           
static int KEYWORD_CONFLICT
           
static int POSSIBLE_DUPLICATE
           
static int TOO_DEEP
           
static int TOO_LONG
           
static int TOO_SHORT
           
 
Constructor Summary
LayoutFriendlyURLException(int type)
           
 
Method Summary
 String getKeywordConflict()
           
 int getType()
           
 void setKeywordConflict(String keywordConflict)
           
 
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
 

Field Detail

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
Constructor Detail

LayoutFriendlyURLException

public LayoutFriendlyURLException(int type)
Method Detail

getKeywordConflict

public String getKeywordConflict()

getType

public int getType()

setKeywordConflict

public void setKeywordConflict(String keywordConflict)

Liferay 6.1.2-ce-ga3