Klasse 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
- Alle implementierten Schnittstellen:
Serializable
Indicates that an attempt was made to access a property which does not exist.
- Version:
- $Id: $
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungNoSuchPropertyException
(Object target, String name, List<String> prefixList, List<String> suffixList) Constructor.protected
NoSuchPropertyException
(String message) Constructor. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
NoSuchPropertyException
public NoSuchPropertyException(Object target, String name, List<String> prefixList, List<String> suffixList) Constructor.- Parameter:
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.- Parameter:
message
- The exception message.
-