public class FormBuilderException
extends java.lang.Exception
SchemaFormBuilder
encounters an error building a form.| Constructor and Description |
|---|
FormBuilderException()
Creates a new instance of
FormBuilderException without detail message. |
FormBuilderException(java.lang.Exception x)
Constructs an instance of
FormBuilderException with the specified root exception. |
FormBuilderException(java.lang.String msg)
Constructs an instance of
FormBuilderException with the specified detail message. |
FormBuilderException(java.lang.String msg,
java.lang.Exception x)
Constructs an instance of
FormBuilderException with the specified root exception. |
public FormBuilderException()
FormBuilderException without detail message.public FormBuilderException(java.lang.String msg)
FormBuilderException with the specified detail message.msg - the detail message.public FormBuilderException(java.lang.Exception x)
FormBuilderException with the specified root exception.x - The root exception.public FormBuilderException(java.lang.String msg,
java.lang.Exception x)
FormBuilderException with the specified root exception.msg - the detail message.x - The root exception.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.