Klasse NoSuchPropertyException

Alle implementierten Schnittstellen:
Serializable

public class NoSuchPropertyException extends SourceTransformerException
Indicates that an attempt was made to access a property which does not exist.
Version:
$Id: $
Siehe auch:
  • 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 prefixes
      suffixList - list of suffixes
    • NoSuchPropertyException

      protected NoSuchPropertyException(String message)
      Constructor.
      Parameter:
      message - The exception message.