com.brianziman.robotics
Class SCIPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.brianziman.robotics.SCIPException
All Implemented Interfaces:
java.io.Serializable

public class SCIPException
extends java.lang.RuntimeException

This runtime exception is thrown when something "bad" happens, that you wouldn't normally expect, such as a broken socket or receiving an EOF.

See Also:
Serialized Form

Constructor Summary
SCIPException(java.lang.Exception e)
           
SCIPException(java.lang.String s)
           
 
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

SCIPException

public SCIPException(java.lang.String s)

SCIPException

public SCIPException(java.lang.Exception e)