Class ParameterNotFoundException

All Implemented Interfaces:
Serializable

public class ParameterNotFoundException extends RosRuntimeException
Thrown when a requested parameter is not found.
Author:
damonkohler@google.com (Damon Kohler)
See Also:
  • Constructor Details

    • ParameterNotFoundException

      public ParameterNotFoundException(String message)
    • ParameterNotFoundException

      public ParameterNotFoundException(String message, Throwable throwable)
    • ParameterNotFoundException

      public ParameterNotFoundException(Throwable throwable)