org.dvb.net.rc
Class IncompleteTargetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dvb.net.rc.IncompleteTargetException
All Implemented Interfaces:
java.io.Serializable

public class IncompleteTargetException
extends java.lang.Exception

Thrown when the target for a connection is incompletely specified. This is thrown either when the default connection target is incompletely defined in the device or when an application provides an incompletely defined connection target to the device or when the connection target is badly formed, e.g. includes illegal characters in a number parameter.

See Also:
Serialized Form

Constructor Summary
IncompleteTargetException()
          Default constructor for the exception
IncompleteTargetException(java.lang.String reason)
          Constructor for the exception with a specified reason
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompleteTargetException

public IncompleteTargetException()
Default constructor for the exception


IncompleteTargetException

public IncompleteTargetException(java.lang.String reason)
Constructor for the exception with a specified reason

Parameters:
reason - the reason why the exception was raised