org.apache.lenya.cms.publication
Class DocumentBuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.transaction.TransactionException
              extended by org.apache.lenya.cms.repository.RepositoryException
                  extended by org.apache.lenya.cms.publication.PublicationException
                      extended by org.apache.lenya.cms.publication.DocumentBuildException
All Implemented Interfaces:
java.io.Serializable

public class DocumentBuildException
extends PublicationException

Document build exception.

Version:
$Id: DocumentBuildException.java 473861 2006-11-12 03:51:14Z gregor $
See Also:
Serialized Form

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

DocumentBuildException

public DocumentBuildException()
Constructor.


DocumentBuildException

public DocumentBuildException(java.lang.String message)
Constructor.

Parameters:
message - A message.

DocumentBuildException

public DocumentBuildException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - The cause of the exception.

DocumentBuildException

public DocumentBuildException(java.lang.String message,
                              java.lang.Throwable cause)
Constructor.

Parameters:
message - A message.
cause - The cause of the exception.


Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.