NoSuchPropertyException Class

com.bea.content
NoSuchPropertyException Class

public class NoSuchPropertyException

    extends RepositoryException

Thrown if an operation on a Property that does not exist occurs.


Hierarchy
Object
  Throwable
    Exception
      RepositoryException
        NoSuchPropertyException
All Implemented Interfaces

Serializable

Constructor Summary

NoSuchPropertyException(String message, Throwable cause)

NoSuchPropertyException(String message)

NoSuchPropertyException(Throwable cause)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

NoSuchPropertyException

public NoSuchPropertyException(String message, 
                               Throwable cause)

NoSuchPropertyException

public NoSuchPropertyException(String message)

NoSuchPropertyException

public NoSuchPropertyException(Throwable cause)