public class SVGGraphics2DIOException extends IOException
Constructor and Description |
---|
SVGGraphics2DIOException(IOException ex)
Constructs a new
SVGGraphics2DIOException with the
specified detail message. |
SVGGraphics2DIOException(String s)
Constructs a new
SVGGraphics2DIOException with the
specified detail message. |
SVGGraphics2DIOException(String s,
IOException ex)
Constructs a new
SVGGraphics2DIOException with the
specified detail message. |
Modifier and Type | Method and Description |
---|---|
IOException |
getException()
Returns the original enclosed exception or null if any.
|
String |
getMessage()
Returns the message of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SVGGraphics2DIOException(String s)
SVGGraphics2DIOException
with the
specified detail message.s
- the detail message of this exceptionpublic SVGGraphics2DIOException(IOException ex)
SVGGraphics2DIOException
with the
specified detail message.ex
- the enclosed exceptionpublic SVGGraphics2DIOException(String s, IOException ex)
SVGGraphics2DIOException
with the
specified detail message.s
- the detail message of this exceptionex
- the original exceptionpublic String getMessage()
getMessage
in class Throwable
public IOException getException()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.