public class SVGGraphics2DRuntimeException extends RuntimeException
| Constructor and Description |
|---|
SVGGraphics2DRuntimeException(Exception ex)
Constructs a new
SVGGraphics2DRuntimeException with the
specified detail message. |
SVGGraphics2DRuntimeException(String s)
Constructs a new
SVGGraphics2DRuntimeException with the
specified detail message. |
SVGGraphics2DRuntimeException(String s,
Exception ex)
Constructs a new
SVGGraphics2DRuntimeException with the
specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
Exception |
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, toStringpublic SVGGraphics2DRuntimeException(String s)
SVGGraphics2DRuntimeException with the
specified detail message.s - the detail message of this exceptionpublic SVGGraphics2DRuntimeException(Exception ex)
SVGGraphics2DRuntimeException with the
specified detail message.ex - the enclosed exceptionpublic String getMessage()
getMessage in class Throwablepublic Exception getException()
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.