DCT Lightfoot v3 API specification

javax.comm
Class NoSuchPortException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.comm.NoSuchPortException

public class NoSuchPortException
extends Exception

Thrown when a port does not exist


Field Summary
 
Fields inherited from class java.lang.Throwable
stackTrace
 
Constructor Summary
NoSuchPortException()
          Create a new exception
NoSuchPortException(java.lang.String arg0)
          Create a new 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

NoSuchPortException

public NoSuchPortException()
Create a new exception


NoSuchPortException

public NoSuchPortException(java.lang.String arg0)
Create a new exception with a message

Parameters:
arg0 - The message

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification