com.atlassian.confluence.renderer
Class WikiRenderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.renderer.WikiRenderException
All Implemented Interfaces:
Serializable

public class WikiRenderException
extends Exception

Author:
Armond Avanes (armond555@yahoo.com)
See Also:
Serialized Form

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

WikiRenderException

public WikiRenderException(String message)

WikiRenderException

public WikiRenderException(Throwable cause)

WikiRenderException

public WikiRenderException(String msg,
                           Throwable cause)


Copyright © 2003-2013 Atlassian. All Rights Reserved.