29 std::runtime_error(
"Raster error!") {};
64 std::runtime_error(
"Probably you want to read or write to big extent!") {};
96 BadBandValue() : std::runtime_error(
"No such band! Check given value") {};
Exceptions associated with agroeye::handlers::RasterBand.
Definition: RasterErrors.h:88
IncorrectRasterExtent()
Exception with default information.
Definition: RasterErrors.h:50
IncorrectRasterExtent(std::string msg)
Exception with custom information.
Definition: RasterErrors.h:45
Exceptions associated with agroeye::handlers::Raster.
Definition: RasterErrors.h:16
BadBandValue()
Exception with default information.
Definition: RasterErrors.h:96
BadPositionInRasterData(std::string msg)
Exception with custom information.
Definition: RasterErrors.h:78
Exceptions associated with agroeye::handlers::RasterData.
Definition: RasterErrors.h:70
Definition: ContainerMath.h:11
IncorrectRaster()
Exception with default information.
Definition: RasterErrors.h:28
Exceptions associated with agroeye::handlers::RasterData.
Definition: RasterErrors.h:56
InvalidRasterDataAttributes()
Default errors message.
Definition: RasterErrors.h:107
BadRasterDataSize(std::string msg)
Definition: RasterErrors.h:58
BadPositionInRasterData()
Exception with default information.
Definition: RasterErrors.h:83
BadBandValue(std::string msg)
Definition: RasterErrors.h:92
BadRasterDataSize()
Exception with default information.
Definition: RasterErrors.h:63
Exceptions associated with agroeye::handlers::Raster.
Definition: RasterErrors.h:38
IncorrectRaster(std::string msg)
Exception with custom information.
Definition: RasterErrors.h:23
Exception thrown when to RasterDataGroup incoherent RasterData is added.
Definition: RasterErrors.h:102