org.cojen.util
Class NoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cojen.util.NoSuchPropertyException
- All Implemented Interfaces:
- Serializable
public class NoSuchPropertyException
- extends RuntimeException
Exception is thrown from BeanPropertyAccessor
when a property isn't
found.
- Author:
- Brian S O'Neill
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchPropertyException
public NoSuchPropertyException(String property,
boolean forRead)
Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.