com.atlassian.confluence.content.render.xhtml.editor.link
Class CannotUnmarshalLinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.confluence.content.render.xhtml.transformers.TransformationException
                  extended by com.atlassian.confluence.content.render.xhtml.editor.link.CannotUnmarshalLinkException
All Implemented Interfaces:
java.io.Serializable

public class CannotUnmarshalLinkException
extends TransformationException

Thrown when an editor formatted link cannot be unmarshalled.

See Also:
Serialized Form

Constructor Summary
CannotUnmarshalLinkException(ResourceIdentifier resourceIdentifier, java.lang.String linkAlias, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getLinkAlias()
           
 ResourceIdentifier getResourceIdentifier()
           
 
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

CannotUnmarshalLinkException

public CannotUnmarshalLinkException(ResourceIdentifier resourceIdentifier,
                                    java.lang.String linkAlias,
                                    java.lang.Throwable cause)
Method Detail

getResourceIdentifier

public ResourceIdentifier getResourceIdentifier()
Returns:
the ResourceIdentifier for the link if available. This may be null.

getLinkAlias

public java.lang.String getLinkAlias()
Returns:
the alias for the link if available. This may be null.


Copyright © 2003-2014 Atlassian. All Rights Reserved.