org.apache.batik.svggen
public class SVGGraphics2DIOException extends IOException
Constructor Summary | |
---|---|
SVGGraphics2DIOException(String s)
Constructs a new SVGGraphics2DIOException with the
specified detail message. | |
SVGGraphics2DIOException(IOException ex)
Constructs a new SVGGraphics2DIOException with the
specified detail message. | |
SVGGraphics2DIOException(String s, IOException ex)
Constructs a new SVGGraphics2DIOException with the
specified detail message. |
Method Summary | |
---|---|
IOException | getException()
Returns the original enclosed exception or null if any. |
String | getMessage()
Returns the message of this exception. |
SVGGraphics2DIOException
with the
specified detail message.Parameters: s the detail message of this exception
SVGGraphics2DIOException
with the
specified detail message.Parameters: ex the enclosed exception
SVGGraphics2DIOException
with the
specified detail message.Parameters: s the detail message of this exception ex the original exception