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 SummaryConstructorsConstructorDescriptionCannotUnmarshalLinkException(ResourceIdentifier resourceIdentifier, String linkAlias, Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CannotUnmarshalLinkExceptionpublic 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.
 
 
-