org.apache.xbean.recipe
Class ConstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.xbean.recipe.ConstructionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CircularDependencyException, MissingAccessorException, MissingFactoryMethodException, NoSuchObjectException, UnresolvedReferencesException

public class ConstructionException
extends RuntimeException

Version:
$Rev: 6680 $ $Date: 2005-12-24T04:38:27.427468Z $
See Also:
Serialized Form

Constructor Summary
ConstructionException()
           
ConstructionException(String message)
           
ConstructionException(String message, Throwable cause)
           
ConstructionException(Throwable cause)
           
 
Method Summary
 String getAttributeName()
           
 String getClassName()
           
 String getMessage()
           
 void setAttributeName(String attributeName)
           
 void setClassName(String className)
           
 void setPrependAttributeName(String attributeName)
           
 
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
 

Constructor Detail

ConstructionException

public ConstructionException()

ConstructionException

public ConstructionException(String message)

ConstructionException

public ConstructionException(String message,
                             Throwable cause)

ConstructionException

public ConstructionException(Throwable cause)
Method Detail

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getAttributeName

public String getAttributeName()

setAttributeName

public void setAttributeName(String attributeName)

setPrependAttributeName

public void setPrependAttributeName(String attributeName)

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


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