Uses of Class
feynman.framework.simulation.MarshallingException

Packages that use MarshallingException
feynman.framework.simulation   
 

Uses of MarshallingException in feynman.framework.simulation
 

Methods in feynman.framework.simulation that throw MarshallingException
static void Marshaller.marshall(Simulation sim, java.lang.String outfile)
          Method to save a serialized version of the simulation object.
static Simulation Marshaller.unmarshall(java.lang.String infile)
          Method to create a simulation object with attribute values specified by the properties file description of the object.