public class PteraErrorEvent extends PteraDebugEvent
Red (tfeng) |
Yellow (tfeng) |
Constructor and Description |
---|
PteraErrorEvent(Event source,
java.lang.String message)
Construct a debug event with the source and a message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Return the message.
|
getSource, toString
public PteraErrorEvent(Event source, java.lang.String message)
source
- The source of the debug event.message
- The message.public java.lang.String toString()
toString
in interface DebugEvent
toString
in class PteraDebugEvent