net.sf.oxclient.factory
Class BeanPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.oxclient.GroupwareException
                  extended by net.sf.oxclient.factory.BeanException
                      extended by net.sf.oxclient.factory.BeanPropertyException
All Implemented Interfaces:
Serializable

public class BeanPropertyException
extends BeanException

Author:
Björn Voß
See Also:
Serialized Form

Constructor Summary
BeanPropertyException(InvocationTargetException e, Class<?> beanClass)
           
BeanPropertyException(String msg, Class<?> beanClass)
           
 
Method Summary
 
Methods inherited from class net.sf.oxclient.factory.BeanException
getBeanClass
 
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

BeanPropertyException

public BeanPropertyException(InvocationTargetException e,
                             Class<?> beanClass)

BeanPropertyException

public BeanPropertyException(String msg,
                             Class<?> beanClass)


Copyright © 2007. All Rights Reserved.