org.dvb.application
Class IllegalProfileParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dvb.application.IllegalProfileParameterException
All Implemented Interfaces:
java.io.Serializable

public class IllegalProfileParameterException
extends java.lang.Exception

The IllegalProfileParameter exception is thrown if the application attempts to ask for a version number for a profile not specified for the application.

Since:
MHP1.0
See Also:
Serialized Form

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

IllegalProfileParameterException

public IllegalProfileParameterException()
Construct a IllegalProfileParameterException with no detail message


IllegalProfileParameterException

public IllegalProfileParameterException(java.lang.String s)
Construct a IllegalProfileParameterException with a detail message

Parameters:
s - detail message