DCT Lightfoot v3 API specification

com.dctl.hardware
Class SystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dctl.hardware.SystemException

public class SystemException
extends Exception

System exception class. The message corresponds to the value returned from strerror(errno)


Field Summary
 
Fields inherited from class java.lang.Throwable
stackTrace
 
Constructor Summary
SystemException(java.lang.String msg)
          Create a new system exception with a message
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemException

public SystemException(java.lang.String msg)
Create a new system exception with a message

Parameters:
msg - The message

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification