Package boofcv.errors

Class OperationNotSupportedException

All Implemented Interfaces:
Serializable

public class OperationNotSupportedException extends RuntimeException
Thrown when an operation is not supported
See Also:
  • Constructor Details

    • OperationNotSupportedException

      public OperationNotSupportedException()
    • OperationNotSupportedException

      public OperationNotSupportedException(String message)
    • OperationNotSupportedException

      public OperationNotSupportedException(String message, Throwable cause)
    • OperationNotSupportedException

      public OperationNotSupportedException(Throwable cause)
    • OperationNotSupportedException

      public OperationNotSupportedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)