public class SVGGraphics2DRuntimeException
extends java.lang.RuntimeException
Constructor and Description |
---|
SVGGraphics2DRuntimeException(java.lang.Exception ex)
Constructs a new
SVGGraphics2DRuntimeException with the
specified detail message. |
SVGGraphics2DRuntimeException(java.lang.String s)
Constructs a new
SVGGraphics2DRuntimeException with the
specified detail message. |
SVGGraphics2DRuntimeException(java.lang.String s,
java.lang.Exception ex)
Constructs a new
SVGGraphics2DRuntimeException with the
specified detail message. |
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException()
Returns the original enclosed exception or null if any.
|
java.lang.String |
getMessage()
Returns the message of this exception.
|
public SVGGraphics2DRuntimeException(java.lang.String s)
SVGGraphics2DRuntimeException
with the
specified detail message.s
- the detail message of this exceptionpublic SVGGraphics2DRuntimeException(java.lang.Exception ex)
SVGGraphics2DRuntimeException
with the
specified detail message.ex
- the enclosed exceptionpublic SVGGraphics2DRuntimeException(java.lang.String s, java.lang.Exception ex)
SVGGraphics2DRuntimeException
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.lang.Exception getException()
Copyright © 2022 Apache Software Foundation. All Rights Reserved.