Package

org.dfasdl.utils

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class DataElementValidationException extends RuntimeException

    Permalink

    A base class for exceptions that will be thrown if the given data does not pass the validation checks.

  2. case class LengthValidationException(msg: String) extends DataElementValidationException with Product with Serializable

    Permalink

    A length validation exception is thrown if the length of the data does not match the required length defined.

    A length validation exception is thrown if the length of the data does not match the required length defined.

    msg

    The error message.

  3. case class XmlValidationErrorException(msg: String) extends RuntimeException with Product with Serializable

    Permalink
  4. case class XmlValidationFatalException(msg: String) extends RuntimeException with Product with Serializable

    Permalink
  5. case class XmlValidationWarningException(msg: String) extends RuntimeException with Product with Serializable

    Permalink

Ungrouped