Class AMImageConfigurationException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AMImageConfigurationException.DuplicateAMImageConfigurationNameException,AMImageConfigurationException.DuplicateAMImageConfigurationUuidException,AMImageConfigurationException.InvalidHeightException,AMImageConfigurationException.InvalidNameException,AMImageConfigurationException.InvalidStateAMImageConfigurationException,AMImageConfigurationException.InvalidUuidException,AMImageConfigurationException.InvalidWidthException,AMImageConfigurationException.NoSuchAMImageConfigurationException,AMImageConfigurationException.RequiredWidthOrHeightException
public class AMImageConfigurationException
extends com.liferay.portal.kernel.exception.PortalException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThis exception is raised when a configuration with the same name already exists.static final classThis exception is raised when a configuration with the same uuid already exists.static final classThis exception is raised when the height value is not valid.static final classThis exception is raised when the name of the configuration is not valid.static final classstatic final classThis exception is raised when the uuid of the configuration is not valid.static final classThis exception is raised when the height value is not valid.static final classThis exception is raised when a configuration does not exist.static final classThis exception is raised when the configuration does not contain either a valid height value nor a valid width value. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString