org.dvb.application.storage
Class InvalidDescriptionFileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.dvb.application.storage.InvalidDescriptionFileException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDescriptionFileException
extends java.lang.Exception

Thrown if the description of the application to be stored is invalid or otherwise not conformant to the specification.

Since:
MHP1.1
See Also:
Serialized Form

Constructor Summary
InvalidDescriptionFileException()
          Constructs an InvalidDescriptionFileException with no detail message.
InvalidDescriptionFileException(java.lang.String s)
          Constructs an InvalidDescriptionFileException with a detail message
 
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

InvalidDescriptionFileException

public InvalidDescriptionFileException()
Constructs an InvalidDescriptionFileException with no detail message.

InvalidDescriptionFileException

public InvalidDescriptionFileException(java.lang.String s)
Constructs an InvalidDescriptionFileException with a detail message
Parameters:
s - detail message