Class UnrecognisedTagNameException

  • All Implemented Interfaces:
    Serializable

    public class UnrecognisedTagNameException
    extends RuntimeException

    Exception thrown by methods in CMPFields if an unrecognised CMP field tag name is specified.

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

      • UnrecognisedTagNameException

        public UnrecognisedTagNameException​(String message)

        Create an UnrecognisedTagNameException with a detail message.

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