当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
BuildException - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.format.template
Class BuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.util.NestedException
org.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 classes inherited from class org.jboss.util.NestedThrowable |
org.jboss.util.NestedThrowable.Util |
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 |
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 |
|
serialVersionUID
private static final long serialVersionUID
- The serialVersionUID
- See Also:
- Constant Field Values
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)