Package

ksb.csle.didentification

exceptions

Permalink

package exceptions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. exceptions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class DDIException(message: String = "", cause: Throwable = None.orNull) extends Exception with Product with Serializable

    Permalink
  2. case class DDIFileIOException(message: String = "", cause: Throwable = None.orNull) extends IOException with Product with Serializable

    Permalink
  3. case class DDIFileNotFoundException(message: String = "", cause: Throwable = None.orNull) extends FileNotFoundException with Product with Serializable

    Permalink
  4. case class DDIIllegalArgumentException(message: String = "", cause: Throwable = None.orNull) extends IllegalArgumentException with Product with Serializable

    Permalink
  5. case class DDITypeMismatchException(message: String = "", cause: Throwable = None.orNull) extends IOException with Product with Serializable

    Permalink

Value Members

  1. object AnonymityExceptionHandler

    Permalink

    This object handles the exception caused by processing data frame.

  2. object IOExceptionHandler

    Permalink

    This object handles the exception caused by File related function.

Inherited from AnyRef

Inherited from Any

Ungrouped