javax.emb
Class MalformedLocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.emb.MalformedLocationException
All Implemented Interfaces:
java.io.Serializable

public class MalformedLocationException
extends MediaException (src)

This exception is thrown if a location URL is not a valid URL, or if it does not have a supported protocol type (like example "file").

See Also:
Serialized Form

Constructor Summary
MalformedLocationException()
           
MalformedLocationException(java.lang.String message)
           
MalformedLocationException(java.lang.String message, java.lang.Throwable cause)
           
MalformedLocationException(java.lang.Throwable cause)
           
 
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

MalformedLocationException

public MalformedLocationException()
See Also:
javax.emb.MediaException()

MalformedLocationException

public MalformedLocationException(java.lang.String message)
See Also:
javax.emb.MediaException(String)

MalformedLocationException

public MalformedLocationException(java.lang.String message,
                                  java.lang.Throwable cause)
See Also:
javax.emb.MediaException(String, Throwable)

MalformedLocationException

public MalformedLocationException(java.lang.Throwable cause)
See Also:
javax.emb.MediaException(Throwable)