org.scalactic

exceptions

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class NullArgumentException extends IllegalArgumentException

    Exception that indicates a passed argument was null.

  2. case class ValidationFailedException(errorMessage: String) extends Exception with Product with Serializable

    Exception that indicates a validation failed.

Ungrouped