org.apache.commons.clazz.bean
Class BeanClazzConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.clazz.bean.BeanClazzConfigurationException
All Implemented Interfaces:
Serializable

public class BeanClazzConfigurationException
extends RuntimeException

Version:
$Id: BeanClazzConfigurationException.java,v 1.4 2004/02/19 23:58:38 scolebourne Exp $
Author:
Dmitri Plotnikov
See Also:
Serialized Form

Constructor Summary
BeanClazzConfigurationException()
          Constructor for BeanClazzConfigurationException.
BeanClazzConfigurationException(String s)
          Constructor for BeanClazzConfigurationException.
BeanClazzConfigurationException(String s, Throwable cause)
          Constructor for ReflectedAccessException.
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

BeanClazzConfigurationException

public BeanClazzConfigurationException()
Constructor for BeanClazzConfigurationException.


BeanClazzConfigurationException

public BeanClazzConfigurationException(String s)
Constructor for BeanClazzConfigurationException.

Parameters:
s -

BeanClazzConfigurationException

public BeanClazzConfigurationException(String s,
                                       Throwable cause)
Constructor for ReflectedAccessException.

Parameters:
s -
Method Detail

getMessage

public String getMessage()

getCause

public Throwable getCause()


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.