All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.simulationconstructionset.physics.engine.featherstone.CollisionDerivativeException Maven / Gradle / Ivy

There is a newer version: 0.25.2
Show newest version
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);
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy