Uses of Class
nl.tudelft.simulation.language.DSOLException
-
Packages that use DSOLException Package Description nl.tudelft.simulation.language.reflection Helper classes for reflection (e.g. -
-
Uses of DSOLException in nl.tudelft.simulation.language.reflection
Methods in nl.tudelft.simulation.language.reflection that throw DSOLException Modifier and Type Method Description static voidStateSaver. restoreState(Object target, byte[] state)Retrieve the earlier saved state of a single object and write it into an object (which could be a clone or the original object).static byte[]StateSaver. saveState(Object object)Save the state of a single object into another object.
-