Package com.pnfsoftware.jeb.core.events
Class ExceptionNotification
java.lang.Object
com.pnfsoftware.jeb.core.events.ClientNotification
com.pnfsoftware.jeb.core.events.ExceptionNotification
A special type of
ClientNotification
, used to report (forward) exceptions or errors to the
client(s).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExceptionNotification
(Throwable throwable, String message) ExceptionNotification
(Throwable throwable, String message, int flags) Create an error-level notification embedding a stack trace. -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.events.ClientNotification
getLevel, getMessage
-
Field Details
-
FLAG_SILT
public static final int FLAG_SILT- See Also:
-
FLAG_FUPL
public static final int FLAG_FUPL- See Also:
-
FLAG_DNUS
public static final int FLAG_DNUS- See Also:
-
-
Constructor Details
-
Method Details
-
getThrowable
-
getFlags
public int getFlags() -
getExtraData
-