Class FieldException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FieldAccessException, FieldNotFoundException

public abstract class FieldException extends ReflectionException
An exception while accessing an object field.
See Also:
  • Constructor Details

    • FieldException

      public FieldException()
    • FieldException

      public FieldException(String message)
    • FieldException

      public FieldException(String message, Throwable cause)
    • FieldException

      public FieldException(Throwable cause)
  • Method Details

    • getName

      public abstract String getName()