Liferay 7.0-ce-b4

com.liferay.portal.exception
Class PortletPreferencesException.MustBeStrict

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.exception.PortletPreferencesException
                      extended by com.liferay.portal.exception.PortletPreferencesException.MustBeStrict
All Implemented Interfaces:
Serializable
Enclosing class:
PortletPreferencesException

public static class PortletPreferencesException.MustBeStrict
extends PortletPreferencesException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.exception.PortletPreferencesException
PortletPreferencesException.MustBeStrict
 
Field Summary
 String portletId
           
 
Constructor Summary
PortletPreferencesException.MustBeStrict(String portletId)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

portletId

public final String portletId
Constructor Detail

PortletPreferencesException.MustBeStrict

public PortletPreferencesException.MustBeStrict(String portletId)

Liferay 7.0-ce-b4