Class NoSuchPropertyException

All Implemented Interfaces:
Serializable

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

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