|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.alfresco.web.forms.xforms.FormBuilderException
public class FormBuilderException
This exception is thrown when implementations of SchemaFormBuilder
encounters an error building a 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 |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |