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)
|
Constructor Summary |
SystemException(java.lang.String msg)
Create a new system exception with a message |
SystemException
public SystemException(java.lang.String msg)
- Create a new system exception with a message
- Parameters:
msg - The message
DCT Lightfoot v3 API specification