com.yobotics.simulationconstructionset
Class UnreasonableAccelerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by com.yobotics.simulationconstructionset.UnreasonableAccelerationException
All Implemented Interfaces:
java.io.Serializable

public class UnreasonableAccelerationException
extends java.lang.Throwable

Title: SimulationConstructionSet

Description:

Copyright: Copyright (c) 2000

Company: Yobotics, Inc.

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Constructor Summary
UnreasonableAccelerationException()
           
UnreasonableAccelerationException(java.util.ArrayList<Joint> unreasonableAccelerationJoints)
           
 
Method Summary
 java.util.ArrayList<Joint> getUnreasonableAccelerationJoints()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnreasonableAccelerationException

public UnreasonableAccelerationException()

UnreasonableAccelerationException

public UnreasonableAccelerationException(java.util.ArrayList<Joint> unreasonableAccelerationJoints)
Method Detail

getUnreasonableAccelerationJoints

public java.util.ArrayList<Joint> getUnreasonableAccelerationJoints()