org.apache.maven.doxia.docrenderer
Class DocumentRendererException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.doxia.docrenderer.DocumentRendererException
All Implemented Interfaces:
Serializable

public class DocumentRendererException
extends Exception

A document renderer exception

Since:
1.1
Version:
$Id: DocumentRendererException.java 746998 2009-02-23 12:52:18Z vsiveton $
Author:
Vincent Siveton
See Also:
Serialized Form

Constructor Summary
DocumentRendererException(String message)
          Default constructor.
DocumentRendererException(String message, Throwable t)
          Other constructor.
 
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

DocumentRendererException

public DocumentRendererException(String message)
Default constructor.

Parameters:
message - An error message.

DocumentRendererException

public DocumentRendererException(String message,
                                 Throwable t)
Other constructor.

Parameters:
message - An error message.
t - The cause.


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.