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
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 |
NoSuchPropertyException
public NoSuchPropertyException(String
message,
Throwable
cause)
NoSuchPropertyException
public NoSuchPropertyException(String
message)
NoSuchPropertyException
public NoSuchPropertyException(Throwable
cause)