declare namespace java { namespace awt { namespace image { /** * The ImagingOpException is thrown if one of the * {@link BufferedImageOp} or {@link RasterOp} filter methods cannot * process the image. */ // @ts-ignore class ImagingOpException extends java.lang.RuntimeException { /** * Constructs an ImagingOpException object with the * specified message. * @param s the message to generate when a * ImagingOpException is thrown */ // @ts-ignore constructor(s: java.lang.String | string) } } } }