Package edu.wpi.first.math.trajectory
Class TrajectoryParameterizer.TrajectoryGenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.wpi.first.math.trajectory.TrajectoryParameterizer.TrajectoryGenerationException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TrajectoryParameterizer
public static class TrajectoryParameterizer.TrajectoryGenerationException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrajectoryGenerationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TrajectoryGenerationException
public TrajectoryGenerationException(String message)
-
-