Class MalformedXmlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.microcks.util.MalformedXmlException
All Implemented Interfaces:
Serializable

public class MalformedXmlException extends Exception
A typed exception for malformed Xml document that can be launched during parsing or analysis.
Author:
laurent
See Also:
  • Constructor Details

    • MalformedXmlException

      public MalformedXmlException(String message)
      Build a new MalformedXmlException.
      Parameters:
      message - Message that explains this exception.