Package org.drasyl.event
Class NodeUnrecoverableErrorEvent
java.lang.Object
org.drasyl.event.NodeUnrecoverableErrorEvent
This events signals that the node encountered an unrecoverable error.
This is an immutable object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
-
-
Constructor Details
-
NodeUnrecoverableErrorEvent
-
-
Method Details
-
getError
Returns the exception that crashed the node.- Returns:
- the exception that crashed the node
-
toString
-
hashCode
public int hashCode() -
equals
-
getNode
Description copied from interface:NodeEvent
Returns the node to which this event refers.
-