org.rubato.composer
Class Problem

java.lang.Object
  extended by org.rubato.composer.Problem

public class Problem
extends java.lang.Object

An instance of this class describes a problem occurring during running.

Author:
Gérard Milmeister

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

Problem

public Problem(java.lang.String msg,
               JNetwork jnetwork,
               JRubette jrubette)
Creates a Problem with the given message.

Parameters:
jnetwork - the JNetwork where the problem occurred
jrubette - the JRubette where the problem occurred
Method Detail

getJRubette

public JRubette getJRubette()
Returns the JRubette where the problem occurred.


getJNetwork

public JNetwork getJNetwork()
Returns the JNetwork where the problem occurred.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object