org.apache.xbean.recipe
Class ConstructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.xbean.recipe.ConstructionException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CircularDependencyException, MissingAccessorException, MissingFactoryMethodException, NoSuchObjectException, UnresolvedReferencesException
public class ConstructionException
- extends java.lang.RuntimeException
- Version:
- $Rev: 6680 $ $Date: 2005-12-24T04:38:27.427468Z $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 |
ConstructionException
public ConstructionException()
ConstructionException
public ConstructionException(java.lang.String message)
ConstructionException
public ConstructionException(java.lang.String message,
java.lang.Throwable cause)
ConstructionException
public ConstructionException(java.lang.Throwable cause)
getClassName
public java.lang.String getClassName()
setClassName
public void setClassName(java.lang.String className)
getAttributeName
public java.lang.String getAttributeName()
setAttributeName
public void setAttributeName(java.lang.String attributeName)
setPrependAttributeName
public void setPrependAttributeName(java.lang.String attributeName)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
Copyright © 2005-2011. All Rights Reserved.