com.intersys.objects
Class InvalidPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.intersys.objects.CacheException
              extended bycom.intersys.objects.CacheMultiException
                  extended bycom.intersys.objects.InvalidClassException
                      extended bycom.intersys.objects.InvalidPropertyException
All Implemented Interfaces:
Serializable

public class InvalidPropertyException
extends InvalidClassException
implements Serializable

See Also:
Serialized Form

Constructor Summary
InvalidPropertyException(Database db, String className, String propertyName, int ii, int realII, int jj, int realJJ)
           
InvalidPropertyException(Database db, String className, String propertyName, int ii, int realII, int jj, int realJJ, String msg)
           
 
Method Summary
 int getCacheSideII()
           
 int getCacheSideJJ()
           
 int getJavaSideII()
           
 int getJavaSideJJ()
           
 String getPropertyName()
           
 
Methods inherited from class com.intersys.objects.InvalidClassException
getCacheClass
 
Methods inherited from class com.intersys.objects.CacheMultiException
add, getMessage, printFullTrace
 
Methods inherited from class com.intersys.objects.CacheException
getCode, printFullTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPropertyException

public InvalidPropertyException(Database db,
                                String className,
                                String propertyName,
                                int ii,
                                int realII,
                                int jj,
                                int realJJ,
                                String msg)

InvalidPropertyException

public InvalidPropertyException(Database db,
                                String className,
                                String propertyName,
                                int ii,
                                int realII,
                                int jj,
                                int realJJ)
Method Detail

getJavaSideII

public int getJavaSideII()

getJavaSideJJ

public int getJavaSideJJ()

getCacheSideII

public int getCacheSideII()

getCacheSideJJ

public int getCacheSideJJ()

getPropertyName

public String getPropertyName()