LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.info
Class LyUnsupportedFieldBindingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
           
 
Constructor Summary
LyUnsupportedFieldBindingException()
          Constructs a LyUnsupportedFieldBindingException with no detail message.
LyUnsupportedFieldBindingException(java.lang.String message)
          Constructs a LyUnsupportedFieldBindingException with the specified detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

__VERSION

public static final java.lang.String __VERSION
See Also:
Constant Field Values
Constructor Detail

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.

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com