org.dvb.si
Class SIIllegalArgumentException

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

public class SIIllegalArgumentException
extends SIException

This exception is thrown when one or more of the arguments passed to a method are invalid (e.g. numeric identifiers out of range, etc.)

See Also:
Serialized Form

Constructor Summary
SIIllegalArgumentException()
          Default constructor for the exception
SIIllegalArgumentException(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

SIIllegalArgumentException

public SIIllegalArgumentException()
Default constructor for the exception


SIIllegalArgumentException

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

Parameters:
reason - the reason why the exception was raised