Package org.ros.exception
Class RosRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ros.exception.RosRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateServiceException,ParameterClassCastException,ParameterNotFoundException,RemoteException
- Author:
- damonkohler@google.com (Damon Kohler)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRosRuntimeException(String message) RosRuntimeException(String message, Throwable throwable) RosRuntimeException(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
-
RosRuntimeException
-
RosRuntimeException
-
RosRuntimeException
-