com.atlassian.confluence.content.render.xhtml.transformers
Class TransformationException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotUnmarshalEmbeddedResourceException, CannotUnmarshalLinkException, EmptyLinkBodyException

public class TransformationException
extends RuntimeException

The base class for all exceptions arising from XHTML transformation.

See Also:
Serialized Form

Constructor Summary
TransformationException()
           
TransformationException(String message)
           
TransformationException(String message, Throwable cause)
           
TransformationException(Throwable cause)
           
 
Method Summary
 
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

TransformationException

public TransformationException()

TransformationException

public TransformationException(String message,
                               Throwable cause)

TransformationException

public TransformationException(String message)

TransformationException

public TransformationException(Throwable cause)


Copyright © 2003-2013 Atlassian. All Rights Reserved.