edu.cmu.cs.able.probes.RemosProbe
Class ProbeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.cmu.cs.able.probes.RemosProbe.ProbeException
All Implemented Interfaces:
java.io.Serializable

public class ProbeException
extends java.lang.Exception

This is where the ProbeException is processed.

See Also:
Serialized Form

Method Summary
 java.lang.String toString()
          Get the error message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Get the error message
Overrides:
toString in class java.lang.Throwable