Class VipsError

All Implemented Interfaces:
Serializable

public class VipsError extends RuntimeException
See Also:
  • Constructor Details

    • VipsError

      public VipsError(String message)
    • VipsError

      public VipsError(String message, Throwable cause)
    • VipsError

      public VipsError(Throwable cause)
    • VipsError

      protected VipsError(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)