org.jboss.maven.plugins.jdocbook.gen
Class RenderingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.maven.plugins.jdocbook.gen.RenderingException
All Implemented Interfaces:
java.io.Serializable

public class RenderingException
extends java.lang.Exception

Indicates issues performing rendering.

Author:
Steve Ebersole
See Also:
Serialized Form

Constructor Summary
RenderingException(java.lang.String message)
           
RenderingException(java.lang.String message, java.lang.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

RenderingException

public RenderingException(java.lang.String message)

RenderingException

public RenderingException(java.lang.String message,
                          java.lang.Throwable cause)


Copyright © 2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.