Package org.ros.exception
Class ParameterClassCastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ros.exception.RosRuntimeException
org.ros.exception.ParameterClassCastException
- All Implemented Interfaces:
Serializable
Thrown when a requested parameter does not match the requested parameter
type.
- Author:
- damonkohler@google.com (Damon Kohler)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParameterClassCastException(String message) ParameterClassCastException(String message, Throwable throwable) ParameterClassCastException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterClassCastException
-
ParameterClassCastException
-
ParameterClassCastException
-