Uses of Class
is.galia.operation.OperationException
Packages that use OperationException
-
Uses of OperationException in is.galia.operation
Subclasses of OperationException in is.galia.operationMethods in is.galia.operation that throw OperationExceptionModifier and TypeMethodDescriptionvoid
Crop.validate
(Size fullSize, ScaleConstraint scaleConstraint) Checks the intersection and dimensions.default void
Operation.validate
(Size fullSize, ScaleConstraint scaleConstraint) Validates the instance, throwing an exception if invalid.void
Checks that anidentifier is set
Checks that anEncode
is present CallsOperation.validate(is.galia.image.Size, is.galia.image.ScaleConstraint)
on eachOperation
Checks that the resulting scale is not larger than allowed by thescale constraint
Checks that the resulting pixel area is greater than zero and less than or equal toKey.MAX_PIXELS
(if set) These are all general validations that are not endpoint-specific.