|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.domains.ptera.kernel.PteraDebugEvent
ptolemy.domains.ptera.kernel.PteraErrorEvent
public class PteraErrorEvent
A debug event for reporting errors in the execution of Ptera models.
Red (tfeng) |
Yellow (tfeng) |
Constructor Summary | |
---|---|
PteraErrorEvent(Event source,
java.lang.String message)
Construct a debug event with the source and a message. |
Method Summary | |
---|---|
java.lang.String |
toString()
Return the message. |
Methods inherited from class ptolemy.domains.ptera.kernel.PteraDebugEvent |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PteraErrorEvent(Event source, java.lang.String message)
source
- The source of the debug event.message
- The message.Method Detail |
---|
public java.lang.String toString()
toString
in interface DebugEvent
toString
in class PteraDebugEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |