org.jboss.maven.plugins.jdocbook.revdiff
Class GenerationException

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

public class GenerationException
extends java.lang.Exception

Indicates problems generating the diff report

Author:
Steve Ebersole
See Also:
Serialized Form

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

GenerationException

public GenerationException(java.lang.String message)

GenerationException

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


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