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:
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

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

ConstructionException

public ConstructionException(java.lang.String message,
                             java.lang.Throwable cause)

ConstructionException

public ConstructionException(java.lang.Throwable cause)
Method Detail

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.