org.apache.batik.svggen

Class SVGGraphics2DIOException

public class SVGGraphics2DIOException extends IOException

Thrown when an SVG Generator method receives an illegal argument in parameter.
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
IOExceptiongetException()
Returns the original enclosed exception or null if any.
StringgetMessage()
Returns the message of this exception.

Constructor Detail

SVGGraphics2DIOException

public SVGGraphics2DIOException(String s)
Constructs a new SVGGraphics2DIOException with the specified detail message.

Parameters: s the detail message of this exception

SVGGraphics2DIOException

public SVGGraphics2DIOException(IOException ex)
Constructs a new SVGGraphics2DIOException with the specified detail message.

Parameters: ex the enclosed exception

SVGGraphics2DIOException

public SVGGraphics2DIOException(String s, IOException ex)
Constructs a new SVGGraphics2DIOException with the specified detail message.

Parameters: s the detail message of this exception ex the original exception

Method Detail

getException

public IOException getException()
Returns the original enclosed exception or null if any.

getMessage

public String getMessage()
Returns the message of this exception. If an error message has been specified, returns that one. Otherwise, return the error message of enclosed exception or null if any.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.