Package

pl.touk.nussknacker.engine.api

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

  1. trait EspExceptionConsumer extends AnyRef

    Permalink
  2. trait EspExceptionHandler extends Lifecycle

    Permalink
  3. case class EspExceptionInfo[T <: Throwable](nodeId: Option[String], throwable: T, context: Context) extends Serializable with Product

    Permalink
  4. trait ExceptionHandlerFactory extends AnyRef

    Permalink

    pl.touk.nussknacker.engine.api.exception.ExceptionHandlerFactory has to have method annotated with pl.touk.nussknacker.engine.api.MethodToInvoke that returns pl.touk.nussknacker.engine.api.exception.EspExceptionHandler

    pl.touk.nussknacker.engine.api.exception.ExceptionHandlerFactory has to have method annotated with pl.touk.nussknacker.engine.api.MethodToInvoke that returns pl.touk.nussknacker.engine.api.exception.EspExceptionHandler

    IMPORTANT lifecycle notice: Implementations of this class *must not* allocate resources (connections, file handles etc.)

  5. case class NonTransientException(input: String, message: String, timestamp: Instant = Instant.now(), cause: Throwable = null) extends RuntimeException with Product with Serializable

    Permalink

Ungrouped