org.alfresco.web.forms.xforms
Class FormBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.alfresco.web.forms.xforms.FormBuilderException
All Implemented Interfaces:
java.io.Serializable

public class FormBuilderException
extends java.lang.Exception

This exception is thrown when implementations of SchemaFormBuilder encounters an error building a form.

See Also:
Serialized Form

Constructor Summary
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.
 
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

FormBuilderException

public FormBuilderException()
Creates a new instance of FormBuilderException without detail message.


FormBuilderException

public FormBuilderException(java.lang.String msg)
Constructs an instance of FormBuilderException with the specified detail message.

Parameters:
msg - the detail message.

FormBuilderException

public FormBuilderException(java.lang.Exception x)
Constructs an instance of FormBuilderException with the specified root exception.

Parameters:
x - The root exception.

FormBuilderException

public FormBuilderException(java.lang.String msg,
                            java.lang.Exception x)
Constructs an instance of FormBuilderException with the specified root exception.

Parameters:
msg - the detail message.
x - The root exception.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.