Class NoSuchFieldException

All Implemented Interfaces:
Serializable

public class NoSuchFieldException extends RuntimeException
Same exception as java.lang.NoSuchFieldException but extends RuntimException
Author:
uriel
See Also:
  • Constructor Details

    • NoSuchFieldException

      public NoSuchFieldException()
      default constructor
    • NoSuchFieldException

      public NoSuchFieldException(String message)
      constuctor from message.
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.