public class

ExceptionNotification

extends ClientNotification
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.events.ClientNotification
     ↳ com.pnfsoftware.jeb.core.events.ExceptionNotification

Class Overview

A special type of ClientNotification, used to report (forward) exceptions or errors to the client(s).

Summary

Constants
int FLAG_DNUS
int FLAG_FUPL
int FLAG_SILT
Public Constructors
ExceptionNotification(Throwable throwable, String message, int flags, Map<String, Object> extradata)
Create an error-level notification embedding a stack trace.
ExceptionNotification(Throwable throwable, String message, int flags)
ExceptionNotification(Throwable throwable, String message)
Public Methods
Map<String, Object> getExtraData()
int getFlags()
Throwable getThrowable()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.events.ClientNotification
From class java.lang.Object

Constants

public static final int FLAG_DNUS

Constant Value: 4 (0x00000004)

public static final int FLAG_FUPL

Constant Value: 2 (0x00000002)

public static final int FLAG_SILT

Constant Value: 1 (0x00000001)

Public Constructors

public ExceptionNotification (Throwable throwable, String message, int flags, Map<String, Object> extradata)

Create an error-level notification embedding a stack trace.

public ExceptionNotification (Throwable throwable, String message, int flags)

public ExceptionNotification (Throwable throwable, String message)

Public Methods

public Map<String, Object> getExtraData ()

public int getFlags ()

public Throwable getThrowable ()