- NotAnImageException - Exception in tw.idv.imacat.calcmosaic
-
An exception thrown when the file read is not an image.
- NotAnImageException() - Constructor for exception tw.idv.imacat.calcmosaic.NotAnImageException
-
Constructs a NotAnImageException
exception with
null
as its error detail message.
- NotAnImageException(String) - Constructor for exception tw.idv.imacat.calcmosaic.NotAnImageException
-
Constructs a NotAnImageException
with the
specified detail message.
- NotAnImageException(String, Throwable) - Constructor for exception tw.idv.imacat.calcmosaic.NotAnImageException
-
Constructs an NotAnImageException
with the
specified detail message and cause.
- NotAnImageException(Throwable) - Constructor for exception tw.idv.imacat.calcmosaic.NotAnImageException
-
Constructs an NotAnImageException
with the
specified cause and a detail message of (cause==null
? null : cause.toString())
(which typically contains
the class and detail message of cause
).
- numRows - Variable in class tw.idv.imacat.calcmosaic.OptionDialog
-
The number of rows to use.
- numRows - Variable in class tw.idv.imacat.calcmosaic.Options
-
The number of rows to use.