Package io.github.microcks.util
Class MalformedXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.microcks.util.MalformedXmlException
- All Implemented Interfaces:
Serializable
A typed exception for malformed Xml document that can be launched during parsing or analysis.
- Author:
- laurent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedXmlException
Build a new MalformedXmlException.- Parameters:
message
- Message that explains this exception.
-