|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.batik.svggen.SVGGraphics2DRuntimeException
public class SVGGraphics2DRuntimeException
Thrown when an SVG Generator method receives an illegal argument in parameter.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
Exception |
getException()
Returns the original enclosed exception or null if any. |
String |
getMessage()
Returns the message of this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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 exception
public SVGGraphics2DRuntimeException(String s,
Exception ex)
SVGGraphics2DRuntimeException with the
specified detail message.
s - the detail message of this exceptionex - the original exception| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic Exception getException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||