|
||||||||||
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.dvb.si.SIException
org.dvb.si.SIInvalidPeriodException
This exception is thrown when a specified period is invalid (for example, start time is after the end time)
Constructor Summary | |
SIInvalidPeriodException()
Default constructor for the exception |
|
SIInvalidPeriodException(java.lang.String reason)
Constructor for the exception with a specified reason |
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 |
public SIInvalidPeriodException()
public SIInvalidPeriodException(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 |