org.jboss.jdocbook
Class JDocBookProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.jdocbook.JDocBookProcessException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RenderingException, XSLTException

public class JDocBookProcessException
extends java.lang.RuntimeException

Indicates problem performing JDocBook-related processing.

Author:
Steve Ebersole
See Also:
Serialized Form

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

JDocBookProcessException

public JDocBookProcessException(java.lang.String message)

JDocBookProcessException

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


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