Package

it.agilelab.gis.domain

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 GenericMatchedRouteError(ex: Throwable) extends MatchedRouteError with Product with Serializable

    Permalink

    Generic map matching error

    Generic map matching error

    ex

    error reason.

  2. sealed trait GeoRelationError extends AnyRef

    Permalink
  3. case class InsideSeaError(ex: Throwable) extends GeoRelationError with Product with Serializable

    Permalink

    Inside sea error.

    Inside sea error.

    ex

    error reason.

  4. sealed trait MatchedRouteError extends AnyRef

    Permalink

    Matcher route error.

  5. case class NearestRailwayError(ex: Throwable) extends GeoRelationError with Product with Serializable

    Permalink

    Railways distance error.

    Railways distance error.

    ex

    error reason.

  6. case class NotRecoverableBrokenSequenceRouteError(ex: Throwable) extends MatchedRouteError with Product with Serializable

    Permalink

    Not recoverable broken sequence error

    Not recoverable broken sequence error

    ex

    error reason.

  7. case class PoiSearchError(ex: Throwable) extends Product with Serializable

    Permalink

    Point of interest search error

    Point of interest search error

    ex

    error reason.

  8. case class RecoverableBrokenSequenceRouteError(ex: Throwable, observation: GPSPoint) extends MatchedRouteError with Product with Serializable

    Permalink

    Recoverable broken sequence error

    Recoverable broken sequence error

    ex

    error reason.

    observation

    the point that caused the error

  9. case class ReverseGeocodingError(ex: Throwable) extends Product with Serializable

    Permalink

    Reverse geocoding error.

    Reverse geocoding error.

    ex

    error cause.

Inherited from AnyRef

Inherited from Any

Ungrouped