public class SVGException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
SVGException.Reason
Contains the reason for the exception.
|
| Constructor and Description |
|---|
SVGException(SVGException.Reason reason)
Creates a new instance.
|
SVGException(SVGException.Reason reason,
String message)
Creates a new instance.
|
SVGException(SVGException.Reason reason,
String message,
Throwable throwable)
Creates a new instance.
|
SVGException(SVGException.Reason reason,
Throwable cause)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
SVGException.Reason |
getReason() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SVGException(SVGException.Reason reason)
reason - the SVGException.Reason for the exception.public SVGException(SVGException.Reason reason, String message)
message - the message of the exceptionreason - the SVGException.Reason for this exceptionpublic SVGException(SVGException.Reason reason, Throwable cause)
cause - the cause for this exceptionreason - the SVGException.Reason for this exceptionpublic SVGException(SVGException.Reason reason, String message, Throwable throwable)
reason - the SVGException.Reason for the exception.message - the message of the exception.throwable - the throwable that might have caused this exception.public SVGException.Reason getReason()
Copyright © 2016 Saxonia Systems AG. All rights reserved.