Class UnrecognisedFieldNameException

  • All Implemented Interfaces:
    Serializable

    public class UnrecognisedFieldNameException
    extends RuntimeException

    Exception thrown by methods in CMPFields if an arbitrary CMP field name is referenced but support for arbitrary CMP fields has not been enabled.

    Since:
    Rhino 2.4.0
    See Also:
    Serialized Form
    • Constructor Detail

      • UnrecognisedFieldNameException

        public UnrecognisedFieldNameException​(String message)

        Create an UnrecognisedFieldNameException with a detail message.

        Parameters:
        message - the detail message.
        Since:
        Rhino 2.4.0