p

org.dfasdl.utils

exceptions

package exceptions

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class DataElementValidationException extends RuntimeException

    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

    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
  4. case class XmlValidationFatalException (msg: String) extends RuntimeException with Product with Serializable
  5. case class XmlValidationWarningException (msg: String) extends RuntimeException with Product with Serializable

Ungrouped