public class SVGGraphics2DIOException
extends java.io.IOException
Constructor and Description |
---|
SVGGraphics2DIOException(java.io.IOException ex)
Constructs a new
SVGGraphics2DIOException with the
specified detail message. |
SVGGraphics2DIOException(java.lang.String s)
Constructs a new
SVGGraphics2DIOException with the
specified detail message. |
SVGGraphics2DIOException(java.lang.String s,
java.io.IOException ex)
Constructs a new
SVGGraphics2DIOException with the
specified detail message. |
Modifier and Type | Method and Description |
---|---|
java.io.IOException |
getException()
Returns the original enclosed exception or null if any.
|
java.lang.String |
getMessage()
Returns the message of this exception.
|
public SVGGraphics2DIOException(java.lang.String s)
SVGGraphics2DIOException
with the
specified detail message.s
- the detail message of this exceptionpublic SVGGraphics2DIOException(java.io.IOException ex)
SVGGraphics2DIOException
with the
specified detail message.ex
- the enclosed exceptionpublic SVGGraphics2DIOException(java.lang.String s, java.io.IOException ex)
SVGGraphics2DIOException
with the
specified detail message.s
- the detail message of this exceptionex
- the original exceptionpublic java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.io.IOException getException()
Copyright © 2022 Apache Software Foundation. All Rights Reserved.