Class CannotUnmarshalLinkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.content.render.xhtml.transformers.TransformationException
com.atlassian.confluence.content.render.xhtml.editor.link.CannotUnmarshalLinkException
- All Implemented Interfaces:
Serializable
Thrown when an editor formatted link cannot be unmarshalled.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotUnmarshalLinkException
(ResourceIdentifier resourceIdentifier, String linkAlias, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotUnmarshalLinkException
public CannotUnmarshalLinkException(ResourceIdentifier resourceIdentifier, String linkAlias, Throwable cause)
-
-
Method Details
-
getResourceIdentifier
- Returns:
- the ResourceIdentifier for the link if available. This may be null.
-
getLinkAlias
- Returns:
- the alias for the link if available. This may be null.
-