com.ca.commons.jndi.beans
Class BeanStoreInvalidPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by com.ca.commons.jndi.beans.JNDIBeanStoreException
                  extended by com.ca.commons.jndi.beans.BeanStoreInvalidPropertyException
All Implemented Interfaces:
Serializable

public class BeanStoreInvalidPropertyException
extends JNDIBeanStoreException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
BeanStoreInvalidPropertyException(BeanStoreClassSpec<?> clSpec, String message)
           
 
Method Summary
 void addInvalidProperty(String propertyName)
           
 BeanStoreClassSpec<?> getClassSpec()
           
 String getMessage()
           
 Collection<String> getPropertyNames()
           
 boolean isInvalidProperty()
           
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanStoreInvalidPropertyException

public BeanStoreInvalidPropertyException(BeanStoreClassSpec<?> clSpec,
                                         String message)
Method Detail

getPropertyNames

public Collection<String> getPropertyNames()

getClassSpec

public BeanStoreClassSpec<?> getClassSpec()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

addInvalidProperty

public void addInvalidProperty(String propertyName)

isInvalidProperty

public boolean isInvalidProperty()


Created 2011-07-14 13:27 EST