org.ros.exception
Class RosException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ros.exception.RosException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServiceNotFoundException

public class RosException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RosException(java.lang.String message)
           
RosException(java.lang.String message, java.lang.Throwable throwable)
           
RosException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RosException

public RosException(java.lang.Throwable throwable)

RosException

public RosException(java.lang.String message,
                    java.lang.Throwable throwable)

RosException

public RosException(java.lang.String message)