gldapo.exception
Class GldapoTypeMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gldapo.exception.GldapoException
              extended by gldapo.exception.GldapoTypeMappingException
All Implemented Interfaces:
Serializable

public class GldapoTypeMappingException
extends GldapoException

See Also:
Serialized Form

Constructor Summary
GldapoTypeMappingException(Class schema, String fieldName, String typeName, Boolean direction, Exception cause)
           
GldapoTypeMappingException(Class schema, String fieldName, String typeName, Boolean direction, String message)
           
 
Method Summary
static Boolean getMAPPING_FROM_FIELD()
           
static Boolean getMAPPING_TO_FIELD()
           
 MetaClass getMetaClass()
           
static String getPrefix(Class schema, String fieldName, String typeName, Boolean direction)
           
 Object getProperty(String name)
           
 Object invokeMethod(String name, Object args)
           
static void setMAPPING_FROM_FIELD(Boolean value)
           
static void setMAPPING_TO_FIELD(Boolean value)
           
 void setMetaClass(MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 
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

GldapoTypeMappingException

public GldapoTypeMappingException(Class schema,
                                  String fieldName,
                                  String typeName,
                                  Boolean direction,
                                  Exception cause)

GldapoTypeMappingException

public GldapoTypeMappingException(Class schema,
                                  String fieldName,
                                  String typeName,
                                  Boolean direction,
                                  String message)
Method Detail

getMAPPING_TO_FIELD

public static Boolean getMAPPING_TO_FIELD()

setMAPPING_TO_FIELD

public static void setMAPPING_TO_FIELD(Boolean value)

getMAPPING_FROM_FIELD

public static Boolean getMAPPING_FROM_FIELD()

setMAPPING_FROM_FIELD

public static void setMAPPING_FROM_FIELD(Boolean value)

getPrefix

public static String getPrefix(Class schema,
                               String fieldName,
                               String typeName,
                               Boolean direction)

getMetaClass

public MetaClass getMetaClass()
Overrides:
getMetaClass in class GldapoException

setMetaClass

public void setMetaClass(MetaClass metaClass)
Overrides:
setMetaClass in class GldapoException

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Overrides:
invokeMethod in class GldapoException

getProperty

public Object getProperty(String name)
Overrides:
getProperty in class GldapoException

setProperty

public void setProperty(String name,
                        Object value)
Overrides:
setProperty in class GldapoException


Copyright © 2007-2010 Codehaus. All Rights Reserved.