com.ca.commons.jndi.beans
Class BeanStoreInvalidPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
com.ca.commons.jndi.beans.JNDIBeanStoreException
com.ca.commons.jndi.beans.BeanStoreInvalidPropertyException
- All Implemented Interfaces:
- Serializable
public class BeanStoreInvalidPropertyException
- extends JNDIBeanStoreException
- See Also:
- Serialized Form
| Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
BeanStoreInvalidPropertyException
public BeanStoreInvalidPropertyException(BeanStoreClassSpec<?> clSpec,
String message)
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