com.rm5248.serial
Class NotASerialPortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rm5248.serial.NotASerialPortException
All Implemented Interfaces:
java.io.Serializable

public class NotASerialPortException
extends java.lang.Exception

This exception is thrown when the device that you have opened is not a serial port.

Author:
rm5248
See Also:
Serialized Form

Constructor Summary
NotASerialPortException(java.lang.String message)
          Create a new exception if this is not a serial port
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotASerialPortException

public NotASerialPortException(java.lang.String message)
Create a new exception if this is not a serial port

Parameters:
message -