|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.composer.Problem
public class Problem
An instance of this class describes a problem occurring during running.
Constructor Summary | |
---|---|
Problem(java.lang.String msg,
JNetwork jnetwork,
JRubette jrubette)
Creates a Problem with the given message. |
Method Summary | |
---|---|
JNetwork |
getJNetwork()
Returns the JNetwork where the problem occurred. |
JRubette |
getJRubette()
Returns the JRubette where the problem occurred. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Problem(java.lang.String msg, JNetwork jnetwork, JRubette jrubette)
jnetwork
- the JNetwork where the problem occurredjrubette
- the JRubette where the problem occurredMethod Detail |
---|
public JRubette getJRubette()
public JNetwork getJNetwork()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |