Package com.pathplanner.lib.auto
Class AutoBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pathplanner.lib.auto.AutoBuilderException
- All Implemented Interfaces:
Serializable
An exception while building autos
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AutoBuilderException
Create a new auto builder exception- Parameters:
message
- Error message
-