|
Java TV(tm) API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.tv.locator.MalformedLocatorException
This exception is thrown to indicate that a malformed locator string has been used. Either no legal mapping could be determined for the specified string, or the string could not be parsed.
Constructor Summary | |
MalformedLocatorException()
Constructs a MalformedLocatorException with no
detail message. |
|
MalformedLocatorException(java.lang.String reason)
Constructs a MalformedLocatorException with the
specified 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 |
public MalformedLocatorException()
MalformedLocatorException
with no
detail message.public MalformedLocatorException(java.lang.String reason)
MalformedLocatorException
with the
specified detail message.reason
- The reason the exception was raised.
|
Java TV(tm) API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |