Package boofcv.struct.image
Class ImageAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
boofcv.struct.image.ImageAccessException
- All Implemented Interfaces:
Serializable
This exception is thrown when an attempt has been made to access part of an
image which is out of bounds.
- See Also:
-
Constructor Summary
ConstructorDescriptionImageAccessException
(String message) ImageAccessException
(String message, Throwable cause) ImageAccessException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImageAccessException
public ImageAccessException() -
ImageAccessException
-
ImageAccessException
-
ImageAccessException
-