Package net.luis.utils.io.data.xml.exception


package net.luis.utils.io.data.xml.exception
  • Exception Classes
    Class
    Description
    Thrown to indicate that a xml attribute does not exist.
    The exception message will contain the details of the missing element.
    Thrown to indicate that a xml element does not exist.
    The exception message will contain the details of the missing element.
    Thrown to indicate that the syntax of a xml string is invalid.
    The exception message will contain the details of the syntax error.
    Thrown when a xml element is not of the expected type.
    The exception message will contain the details about the expected and actual types.