Package eu.kartoffelquadrat.svgpatcher
Class MalformedDocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.kartoffelquadrat.svgpatcher.MalformedDocumentException
- All Implemented Interfaces:
Serializable
Custom exception that is thrown when a structural issue with the transformers input is detected.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMalformedDocumentException(String message) Public constructor for custom exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedDocumentException
Public constructor for custom exception.- Parameters:
message- as the payload to be printed when exception is raised.
-