Class MalformedDocumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.kartoffelquadrat.svgpatcher.MalformedDocumentException
All Implemented Interfaces:
Serializable

public class MalformedDocumentException extends RuntimeException
Custom exception that is thrown when a structural issue with the transformers input is detected.
See Also:
  • Constructor Details

    • MalformedDocumentException

      public MalformedDocumentException(String message)
      Public constructor for custom exception.
      Parameters:
      message - as the payload to be printed when exception is raised.