Class DataBindingSourceCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.grails.databinding.bindingsource.DataBindingSourceCreationException
-
- All Implemented Interfaces:
java.io.Serializable
public class DataBindingSourceCreationException extends java.lang.RuntimeExceptionThrown if an unrecoverable problem occurs creating a DataBindingSource.- Since:
- 2.3
- See Also:
DataBindingSource,DataBindingSourceCreator, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataBindingSourceCreationException(java.lang.Throwable cause)
-