Package dev.voidframework.core.exception
Class XmlException.FromXmlConversionFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.XmlException
dev.voidframework.core.exception.XmlException.FromXmlConversionFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
- XmlException
Exception indicates that conversion from XML just fail.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.XmlException
XmlException.FromXmlConversionFailure, XmlException.ToStringConversionFailure, XmlException.ToXmlConversionFailure -
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
-
FromXmlConversionFailure
Build a new instance.- Parameters:
cause- The cause
-