org.dvb.si
Class SIException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dvb.si.SIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SIIllegalArgumentException, SIInvalidPeriodException

public abstract class SIException
extends java.lang.Exception

This class is the root of the SI exceptions hierarchy.

See Also:
Serialized Form

Constructor Summary
SIException()
          Default constructor for the exception
SIException(java.lang.String reason)
          Constructor for the SI 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

SIException

public SIException()
Default constructor for the exception


SIException

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

Parameters:
reason - the reason why the exception was raised