edu.wpi.first.wpilibj.communication
Class SemaphoreException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           edu.wpi.first.wpilibj.communication.SemaphoreException
edu.wpi.first.wpilibj.communication.SemaphoreException
- All Implemented Interfaces: 
- java.io.Serializable
- public class SemaphoreException 
- extends java.lang.Exception
- See Also:
- Serialized Form
 
| Constructor Summary | 
| SemaphoreException(int status)Generate a new SemaphoreException from the given status code.
 | 
 
 
| 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 | 
 
M_semLib
public static final int M_semLib
- See Also:
- Constant Field Values
M_objLib
public static final int M_objLib
- See Also:
- Constant Field Values
S_objLib_OBJ_ID_ERROR
public static final int S_objLib_OBJ_ID_ERROR
- See Also:
- Constant Field Values
S_objLib_OBJ_UNAVAILABLE
public static final int S_objLib_OBJ_UNAVAILABLE
- See Also:
- Constant Field Values
S_objLib_OBJ_DELETED
public static final int S_objLib_OBJ_DELETED
- See Also:
- Constant Field Values
S_objLib_OBJ_TIMEOUT
public static final int S_objLib_OBJ_TIMEOUT
- See Also:
- Constant Field Values
S_semLib_INVALID_STATE
public static final int S_semLib_INVALID_STATE
- See Also:
- Constant Field Values
S_semLib_INVALID_OPTION
public static final int S_semLib_INVALID_OPTION
- See Also:
- Constant Field Values
S_semLib_INVALID_QUEUE_TYPE
public static final int S_semLib_INVALID_QUEUE_TYPE
- See Also:
- Constant Field Values
S_semLib_INVALID_OPERATION
public static final int S_semLib_INVALID_OPERATION
- See Also:
- Constant Field Values
S_semLib_INVALID_INITIAL_COUNT
public static final int S_semLib_INVALID_INITIAL_COUNT
- See Also:
- Constant Field Values
S_semLib_COUNT_OVERFLOW
public static final int S_semLib_COUNT_OVERFLOW
- See Also:
- Constant Field Values
SemaphoreException
public SemaphoreException(int status)
- Generate a new SemaphoreException from the given status code.
 
- Parameters:
- status- The status code describing the error.