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, toStringpublic 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 DebugEventtoString in class PteraDebugEvent