org.jboss.portal.format.template
Class BuildException

java.lang.Object
  extended by NestedException
      extended by org.jboss.portal.format.template.BuildException

public class BuildException
extends NestedException

Version:
$Revision: 5448 $
Author:
Julien Viet

Constructor Summary
BuildException()
           
BuildException(java.lang.Exception nested)
           
BuildException(java.lang.String message)
           
BuildException(java.lang.String message, java.lang.Exception nested)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildException

public BuildException()

BuildException

public BuildException(java.lang.String message)

BuildException

public BuildException(java.lang.Exception nested)

BuildException

public BuildException(java.lang.String message,
                      java.lang.Exception nested)