|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.davic.net.tuning.NetworkInterfaceException
org.davic.net.tuning.NotTunedException
public class NotTunedException
This exception is raised when a method that requires access to a transport stream is called on a network interface that is not tuned to any transport stream.
Constructor Summary | |
---|---|
NotTunedException()
Default constructor for the exception |
|
NotTunedException(java.lang.String reason)
Constructor for the exception with a specified reason |
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 |
---|
public NotTunedException()
public NotTunedException(java.lang.String reason)
reason
- the reason why the exception was raised
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |