Class AMImageConfigurationException.RequiredWidthOrHeightException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.adaptive.media.exception.AMImageConfigurationException
com.liferay.adaptive.media.exception.AMImageConfigurationException.RequiredWidthOrHeightException
All Implemented Interfaces:
Serializable
Enclosing class:
AMImageConfigurationException

public static final class AMImageConfigurationException.RequiredWidthOrHeightException extends AMImageConfigurationException
This exception is raised when the configuration does not contain either a valid height value nor a valid width value.
See Also:
  • Constructor Details

    • RequiredWidthOrHeightException

      public RequiredWidthOrHeightException()
    • RequiredWidthOrHeightException

      public RequiredWidthOrHeightException(String s)
    • RequiredWidthOrHeightException

      public RequiredWidthOrHeightException(String s, Throwable throwable)
    • RequiredWidthOrHeightException

      public RequiredWidthOrHeightException(Throwable throwable)