Package dev.voidframework.core.exception
Class XmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.XmlException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlException.FromXmlConversionFailure,XmlException.ToXmlConversionFailure
All exceptions thrown by the XML utility class are subclasses of
JsonException.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException indicates that conversion from XML just fail.static classException indicates that conversion to a XML string just fail.static classException indicates that conversion to XML just fail. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedXmlException(String message, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XmlException
Build a new instance.- Parameters:
message- The detail messagecause- The cause
-