| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.beans.PropertyNotFoundException
public class PropertyNotFoundException
Represents an exception thrown by a property mapper when it does not support the requested property.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
PropertyNotFoundException()
Constructs a new blank ServiceException  | 
|
PropertyNotFoundException(java.lang.Exception pException)
Constructs a new PropertyNotFoundException with the given nested exception.  | 
|
PropertyNotFoundException(java.lang.String pStr)
Constructs a new PropertyNotFoundException with the given explanation  | 
|
PropertyNotFoundException(java.lang.String pStr,
                          java.lang.Exception pException)
Constructs a new PropertyNotFoundException with the given nested exception.  | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public PropertyNotFoundException()
public PropertyNotFoundException(java.lang.String pStr)
public PropertyNotFoundException(java.lang.Exception pException)
public PropertyNotFoundException(java.lang.String pStr,
                                 java.lang.Exception pException)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||