org.dvb.tvanytime.resolution
Class InvalidCRIDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dvb.tvanytime.resolution.InvalidCRIDException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCRIDException
extends java.lang.Exception

This exception is thrown when invalid syntax is encountered whilst constructing a new CRID.

See Also:
Serialized Form

Constructor Summary
InvalidCRIDException()
          Default constructor.
InvalidCRIDException(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

InvalidCRIDException

public InvalidCRIDException()
Default constructor.


InvalidCRIDException

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

Parameters:
reason - the reason why the exception was raised