org.dvb.application.plugins
Class InvalidApplicationException

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

public class InvalidApplicationException
extends java.lang.Exception

Thrown if an application is not valid for execution by a plug-in.

Since:
MHP1.1
See Also:
Serialized Form

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

InvalidApplicationException

public InvalidApplicationException()
Construct a InvalidApplicationException with no detail message

InvalidApplicationException

public InvalidApplicationException(java.lang.String s)
Construct a InvalidApplicationException with a detail message
Parameters:
s - detail message