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
public class ImageAccessException extends RuntimeException
This exception is thrown when an attempt has been made to access part of an
image which is out of bounds.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ImageAccessException()
ImageAccessException(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
-