Class CannotUnmarshalEmbeddedResourceException
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.embed.CannotUnmarshalEmbeddedResourceException
- All Implemented Interfaces:
Serializable
An exception thrown when an embedded resource read from the Editor cannot be unmarshalled.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotUnmarshalEmbeddedResourceException
(ResourceIdentifier resourceIdentifier, String title, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotUnmarshalEmbeddedResourceException
public CannotUnmarshalEmbeddedResourceException(ResourceIdentifier resourceIdentifier, String title, Throwable cause)
-
-
Method Details
-
getResourceIdentifier
- Returns:
- the Resource Identifier that was being processed when the error was thrown. It may be null.
-
getTitle
- Returns:
- the title value for any embedded image. It may be null.
-