站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

BuildException - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.format.template
Class BuildException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.util.NestedException
              extended byorg.jboss.portal.format.template.BuildException
All Implemented Interfaces:
org.jboss.util.NestedThrowable, java.io.Serializable

public class BuildException
extends org.jboss.util.NestedException

Version:
$Revision: 5448 $
Author:
Julien Viet
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.util.NestedThrowable
org.jboss.util.NestedThrowable.Util
 
Field Summary
private static long serialVersionUID
          The serialVersionUID
 
Fields inherited from class org.jboss.util.NestedException
nested
 
Fields inherited from class java.lang.Throwable
 
Fields inherited from interface org.jboss.util.NestedThrowable
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
 
Constructor Summary
BuildException()
           
BuildException(java.lang.Exception nested)
           
BuildException(java.lang.String message)
           
BuildException(java.lang.String message, java.lang.Exception nested)
           
 
Methods inherited from class org.jboss.util.NestedException
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.util.NestedThrowable
 

Field Detail

serialVersionUID

private static final long serialVersionUID
The serialVersionUID

See Also:
Constant Field Values
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)