Package yams.exceptions
Class NoStagesGivenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
yams.exceptions.NoStagesGivenException
- All Implemented Interfaces:
Serializable
Exception for math errors when trying to find the sensor to mechanism ratio.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs exception for failure to provide stages. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoStagesGivenException
public NoStagesGivenException()Constructs exception for failure to provide stages.
-