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