com.LabJack
Class LabJackException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.LabJack.LabJackException
All Implemented Interfaces:
java.io.Serializable

public class LabJackException
extends java.lang.Exception

Exception class.

See Also:
Serialized Form

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

Field Detail

errCode

public int errCode
Constructor Detail

LabJackException

public LabJackException(int errCode)
Method Detail

toString

public java.lang.String toString()