Exception | Description |
---|---|
AMException | |
AMException.AMNotFound |
This exception is raised when a requested media type or instance is not
found.
|
AMImageConfigurationException | |
AMImageConfigurationException.DuplicateAMImageConfigurationNameException |
This exception is raised when a configuration with the same name already
exists.
|
AMImageConfigurationException.DuplicateAMImageConfigurationUuidException |
This exception is raised when a configuration with the same uuid already
exists.
|
AMImageConfigurationException.InvalidHeightException |
This exception is raised when the height value is not valid.
|
AMImageConfigurationException.InvalidNameException |
This exception is raised when the name of the configuration is not valid.
|
AMImageConfigurationException.InvalidStateAMImageConfigurationException | |
AMImageConfigurationException.InvalidUuidException |
This exception is raised when the uuid of the configuration is not valid.
|
AMImageConfigurationException.InvalidWidthException |
This exception is raised when the height value is not valid.
|
AMImageConfigurationException.NoSuchAMImageConfigurationException |
This exception is raised when a configuration does not exist.
|
AMImageConfigurationException.RequiredWidthOrHeightException |
This exception is raised when the configuration does not contain either a
valid height value nor a valid width value.
|
AMRuntimeException | |
AMRuntimeException.AMAttributeFormatException |
This exception is thrown when a value serialized as a
String
cannot be converted by an AMAttribute . |
AMRuntimeException.InvalidConfiguration |
This exception is thrown when there is a processor configuration error.
|
AMRuntimeException.IOException |
This exception wraps
IOException instances. |
AMRuntimeException.UnsupportedEncodingException |
This exception wraps
UnsupportedEncodingException
instances. |