javax.emb
Class LinkTranslationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.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

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

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)