Class ParameterClassCastException

All Implemented Interfaces:
Serializable

public class ParameterClassCastException extends RosRuntimeException
Thrown when a requested parameter does not match the requested parameter type.
Author:
damonkohler@google.com (Damon Kohler)
See Also:
  • Constructor Details

    • ParameterClassCastException

      public ParameterClassCastException(String message)
    • ParameterClassCastException

      public ParameterClassCastException(String message, Throwable throwable)
    • ParameterClassCastException

      public ParameterClassCastException(Throwable throwable)