Package org.ros.exception
Class ParameterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ros.exception.RosRuntimeException
org.ros.exception.ParameterNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a requested parameter is not found.
- Author:
- damonkohler@google.com (Damon Kohler)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParameterNotFoundException(String message) ParameterNotFoundException(String message, Throwable throwable) ParameterNotFoundException(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
-
ParameterNotFoundException
-
ParameterNotFoundException
-
ParameterNotFoundException
-