Class NoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.torque.generator.GeneratorException
org.apache.torque.generator.source.transform.SourceTransformerException
org.apache.torque.generator.source.transform.model.NoSuchPropertyException
- All Implemented Interfaces:
Serializable
Indicates that an attempt was made to access a property which does not exist.
- Version:
- $Id: $
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionNoSuchPropertyException(Object target, String name, List<String> prefixList, List<String> suffixList) Constructor.protectedNoSuchPropertyException(String message) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchPropertyException
public NoSuchPropertyException(Object target, String name, List<String> prefixList, List<String> suffixList) Constructor.- Parameters:
target- the object on which the property was unsuccessfully accessed.name- the name of the property which was unsuccessfully accessed.prefixList- list of prefixessuffixList- list of suffixes
-
NoSuchPropertyException
Constructor.- Parameters:
message- The exception message.
-