Klasse PropertyNotReadableException
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.PropertyNotReadableException
- Alle implementierten Schnittstellen:
Serializable
Indicates that an attempt was made to read a property which is not readable.
- Version:
- $Id: $
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPropertyNotReadableException
(Object target, String name) Constructor.PropertyNotReadableException
(Object target, String name, String detail) Constructor. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
PropertyNotReadableException
Constructor.- Parameter:
target
- the object on which the property was unsuccessfully read.name
- the name of the property which was unsuccessfully read.
-
PropertyNotReadableException
Constructor.- Parameter:
target
- the object on which the property was unsuccessfully read.name
- the name of the property which was unsuccessfully read.detail
- a detail cause which is appended to the error message.
-