com.atlassian.confluence.content.render.xhtml.editor.embed
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
public class CannotUnmarshalEmbeddedResourceException
- extends TransformationException
An exception thrown when an embedded resource read from the Editor cannot be unmarshalled.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CannotUnmarshalEmbeddedResourceException
public CannotUnmarshalEmbeddedResourceException(ResourceIdentifier resourceIdentifier,
String title,
Throwable cause)
getResourceIdentifier
public ResourceIdentifier getResourceIdentifier()
- Returns:
- the Resource Identifier that was being processed when the error was thrown. It may be null.
getTitle
public String getTitle()
- Returns:
- the title value for any embedded image. It may be null.