Uses of Class
nl.tudelft.simulation.language.DsolException
Packages that use DsolException
Package
Description
Helper classes for reflection (e.g. get ALL constructors or ALL fields of a class).
-
Uses of DsolException in nl.tudelft.simulation.language.reflection
Methods in nl.tudelft.simulation.language.reflection that throw DsolExceptionModifier and TypeMethodDescriptionstatic void
StateSaver.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.