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 TypeMethodDescriptionvoidCrop.validate(Size fullSize, ScaleConstraint scaleConstraint) Checks the intersection and dimensions.default voidOperation.validate(Size fullSize, ScaleConstraint scaleConstraint) Validates the instance, throwing an exception if invalid.voidChecks that anidentifier is setChecks that anEncodeis present CallsOperation.validate(is.galia.image.Size, is.galia.image.ScaleConstraint)on eachOperationChecks that the resulting scale is not larger than allowed by thescale constraintChecks 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.