org.dvb.si
Class SIInvalidPeriodException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dvb.si.SIException
              extended byorg.dvb.si.SIInvalidPeriodException
All Implemented Interfaces:
java.io.Serializable

public class SIInvalidPeriodException
extends SIException

This exception is thrown when a specified period is invalid (for example, start time is after the end time)

See Also:
Serialized Form

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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SIInvalidPeriodException

public SIInvalidPeriodException()
Default constructor for the exception


SIInvalidPeriodException

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

Parameters:
reason - the reason why the exception was raised