|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dvb.application.IllegalProfileParameterException
public class IllegalProfileParameterException
The IllegalProfileParameter
exception is thrown if the
application attempts to ask for a version number for a profile not
specified for the application.
Constructor Summary | |
---|---|
IllegalProfileParameterException()
Construct a IllegalProfileParameterException with no detail message |
|
IllegalProfileParameterException(java.lang.String s)
Construct a IllegalProfileParameterException with a detail message |
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 |
---|
public IllegalProfileParameterException()
public IllegalProfileParameterException(java.lang.String s)
s
- detail message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |