Package 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:
Serializable
- Direct Known Subclasses:
CircularDependencyException
,MissingAccessorException
,MissingFactoryMethodException
,NoSuchObjectException
,UnresolvedReferencesException
- Version:
- $Rev: 6680 $ $Date: 2005-12-24T04:38:27.427468Z $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructionException
(String message) ConstructionException
(String message, Throwable cause) ConstructionException
(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributeName
(String attributeName) void
setClassName
(String className) void
setPrependAttributeName
(String attributeName) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConstructionException
public ConstructionException() -
ConstructionException
-
ConstructionException
-
ConstructionException
-
-
Method Details
-
getClassName
-
setClassName
-
getAttributeName
-
setAttributeName
-
setPrependAttributeName
-
getMessage
- Overrides:
getMessage
in classThrowable
-