javax.emb
Class MalformedLocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.emb.MediaException (src)
javax.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
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 |
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)