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

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

public class XSLTException
extends java.lang.Exception

Indicates problems either building XSLT transformers or performing transformations.

Author:
Steve Ebersole
See Also:
Serialized Form

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

XSLTException

public XSLTException(java.lang.String message)

XSLTException

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


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