org.gridkit.jvmtool.event
Interface ErrorEvent

All Superinterfaces:
Event
All Known Implementing Classes:
SimpleErrorEvent

public interface ErrorEvent
extends Event

This is fake event produced if error has accured during decoding of event stream.

Author:
Alexey Ragozin (alexey.ragozin@gmail.com)

Method Summary
 Exception exception()
           
 String message()
           
 

Method Detail

message

String message()

exception

Exception exception()


Copyright © 2019. All Rights Reserved.