com.atlassian.confluence.content.render.xhtml.editor.embed
Class CannotUnmarshalEmbeddedResourceException

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.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

Constructor Summary
CannotUnmarshalEmbeddedResourceException(ResourceIdentifier resourceIdentifier, String title, Throwable cause)
           
 
Method Summary
 ResourceIdentifier getResourceIdentifier()
           
 String getTitle()
           
 
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

CannotUnmarshalEmbeddedResourceException

public CannotUnmarshalEmbeddedResourceException(ResourceIdentifier resourceIdentifier,
                                                String title,
                                                Throwable cause)
Method Detail

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.


Copyright © 2003-2013 Atlassian. All Rights Reserved.