Class AMRuntimeException.AMAttributeFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.liferay.portal.kernel.exception.NestableRuntimeException
com.liferay.portal.kernel.exception.SystemException
com.liferay.adaptive.media.exception.AMRuntimeException
com.liferay.adaptive.media.exception.AMRuntimeException.AMAttributeFormatException
All Implemented Interfaces:
Serializable
Enclosing class:
AMRuntimeException

public static final class AMRuntimeException.AMAttributeFormatException extends AMRuntimeException
This exception is thrown when a value serialized as a String cannot be converted by an AMAttribute.
See Also:
  • Constructor Details

    • AMAttributeFormatException

      public AMAttributeFormatException()
    • AMAttributeFormatException

      public AMAttributeFormatException(String s)
    • AMAttributeFormatException

      public AMAttributeFormatException(String s, Throwable throwable)
    • AMAttributeFormatException

      public AMAttributeFormatException(Throwable throwable)