javax.emb
Class LinkTranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.emb.MediaException (src)
javax.emb.LinkTranslationException
- All Implemented Interfaces:
- java.io.Serializable
- public class LinkTranslationException
- extends MediaException (src)
This exception is thrown whenever a problem occurs translating a child link
contained in non-embedded media content into a location URL or vice versa,
for example because a relative filename is present when only absolute links
are allowed.
- 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 |
LinkTranslationException
public LinkTranslationException()
- See Also:
javax.emb.MediaException()
LinkTranslationException
public LinkTranslationException(java.lang.String message)
- See Also:
javax.emb.MediaException(String)
LinkTranslationException
public LinkTranslationException(java.lang.String message,
java.lang.Throwable cause)
- See Also:
javax.emb.MediaException(String, Throwable)
LinkTranslationException
public LinkTranslationException(java.lang.Throwable cause)
- See Also:
javax.emb.MediaException(Throwable)