Uses of Class
nl.tudelft.simulation.language.DsolException
Packages that use DsolException
-
Uses of DsolException in nl.tudelft.simulation.language.reflection
Methods in nl.tudelft.simulation.language.reflection that throw DsolExceptionModifier and TypeMethodDescriptionstatic 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[]Save the state of a single object into another object.