org.apache.xbean.recipe
Class ConstructionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.xbean.recipe.ConstructionException
All Implemented Interfaces:
java.io.Serializable

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 getBeanName()
           
 java.lang.String getMessage()
           
 void setAttributeName(java.lang.String attributeName)
           
 void setBeanName(java.lang.String beanName)
           
 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

getBeanName

public java.lang.String getBeanName()

setBeanName

public void setBeanName(java.lang.String beanName)

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()


Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.