org.gridkit.jvmtool.event
Class SimpleErrorEvent

java.lang.Object
  extended by org.gridkit.jvmtool.event.SimpleErrorEvent
All Implemented Interfaces:
ErrorEvent, Event

public class SimpleErrorEvent
extends Object
implements ErrorEvent


Constructor Summary
SimpleErrorEvent(Exception e)
           
 
Method Summary
 Exception exception()
           
 String message()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleErrorEvent

public SimpleErrorEvent(Exception e)
Method Detail

message

public String message()
Specified by:
message in interface ErrorEvent

exception

public Exception exception()
Specified by:
exception in interface ErrorEvent


Copyright © 2019. All Rights Reserved.