org.apache.commons.clazz.bean
Class BeanClazzConfigurationException

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

public class BeanClazzConfigurationException
extends RuntimeException

Version:
$Id: BeanClazzConfigurationException.java 155436 2005-02-26 13:17:48Z dirkv $
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()
Overrides:
getMessage in class Throwable

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.