net.sf.oxclient.factory
Class BeanException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeanAccessException, BeanPropertyException

public class BeanException
extends GroupwareException

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

Constructor Summary
  BeanException(IllegalAccessException e, Class<?> beanClass)
           
protected BeanException(String msg, Exception e, Class<?> beanClass)
           
  BeanException(String message, IllegalAccessException e, Class<?> beanClass)
           
 
Method Summary
 Class<?> 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

BeanException

public BeanException(String message,
                     IllegalAccessException e,
                     Class<?> beanClass)

BeanException

public BeanException(IllegalAccessException e,
                     Class<?> beanClass)

BeanException

protected BeanException(String msg,
                        Exception e,
                        Class<?> beanClass)
Method Detail

getBeanClass

public Class<?> getBeanClass()


Copyright © 2007. All Rights Reserved.