Class CropException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.crop.api.CropException
All Implemented Interfaces:
Serializable

public class CropException extends Exception
This exception is thrown during cropping.
See Also:
  • Constructor Details

    • CropException

      public CropException(String message)
      Creates a new crop exception message as a reason
      Parameters:
      message - the reason of failure
    • CropException

      public CropException(String message, Throwable cause)
      Create a new crop exception message as a reason and cause as the original cause of failure.
      Parameters:
      message - the reason of failure
      cause - the root cause for the failure