us.ihmc.simulationconstructionset.physics.engine.featherstone.CollisionDerivativeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simulation-construction-set
Show all versions of simulation-construction-set
Simulation Construction Set
package us.ihmc.simulationconstructionset.physics.engine.featherstone;
class CollisionDerivativeException extends Exception implements java.io.Serializable
{
private static final long serialVersionUID = 2874294625173771625L;
public CollisionDerivativeException()
{
}
public CollisionDerivativeException(String msg)
{
super(msg);
}
}