leon.info
Class LyUnsupportedFieldBindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
leon.info.LyUnsupportedFieldBindingException
- All Implemented Interfaces:
- java.io.Serializable
public class LyUnsupportedFieldBindingException
- extends java.lang.RuntimeException
Thrown to indicate that the specified field binding can't be done generically (without specific
coding). This exception can occur for different reasons : - for a simple binding (one to one) :
this is due to unsupported type conversion from field type to field info type (see valid type
conversions for each type of the field info), - for a multiple binding (one to many) : this is
thrown for an unsupported composition (due to invalid field types or too many fields specified in
this binding), (see valid compositions for each type of field info), - for a partial binding
(many to one) : this is thrown for an unsupported splitting (due to invalid field info types or
too many field infos specified for this binding), (see valid splittings for each type of field
info), conversion from field type to field info type
- See Also:
LyFieldInfo
,
Serialized Form
Field Summary |
static java.lang.String |
__VERSION
|
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
__VERSION
public static final java.lang.String __VERSION
- See Also:
- Constant Field Values
LyUnsupportedFieldBindingException
public LyUnsupportedFieldBindingException()
- Constructs a
LyUnsupportedFieldBindingException
with no detail message.
LyUnsupportedFieldBindingException
public LyUnsupportedFieldBindingException(java.lang.String message)
- Constructs a
LyUnsupportedFieldBindingException
with the specified detail
message.
- Parameters:
message
- the detail message.
Website: W4 S.A., contact us: support@w4global.com