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 TypeMethodDescriptionvoidsetAttributeName(String attributeName) voidsetClassName(String className) voidsetPrependAttributeName(String attributeName) Methods inherited from class 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:
getMessagein classThrowable
-