com.opendatagroup.hadrian

errors

package errors

Visibility
  1. Public
  2. All

Type Members

  1. class PFAException extends RuntimeException

    Base class for all PFA exceptions (not used directly).

  2. class PFAInitializationException extends PFAException

    Exception found in the initialization of the PFA document (loading cell/pool data, initializing scoring engine state).

  3. class PFARuntimeException extends PFAException

    Exception found at runtime in a PFA library function (attempt to get contents of an empty array, etc.

  4. class PFASemanticException extends PFAException

    Exception found in the semantics of the PFA document (type mismatches, unrecognized symbols, etc.

  5. class PFASyntaxException extends PFAException

    Exception found in the syntax of the PFA document (valid JSON but invalid structure for PFA).

  6. class PFATimeoutException extends PFAException

    Exception raised if a PFA method takes too long.

  7. class PFAUserException extends PFAException

    Exception intentionally raised by the user.

Ungrouped