Java TV(tm) API 1.0

javax.tv.locator
Class MalformedLocatorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.tv.locator.MalformedLocatorException
All Implemented Interfaces:
java.io.Serializable

public class MalformedLocatorException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

MalformedLocatorException

public MalformedLocatorException()
Constructs a MalformedLocatorException with no detail message.

MalformedLocatorException

public MalformedLocatorException(java.lang.String reason)
Constructs a MalformedLocatorException with the specified detail message.
Parameters:
reason - The reason the exception was raised.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.