Class NullablesOnMultipleMethodsException

  • All Implemented Interfaces:
    Serializable

    public class NullablesOnMultipleMethodsException
    extends InvalidOpException
    Exception thrown when an Op declares Nullable parameters in multiple places (i.e. both on the implementation method and on an abstract interface method). This is not allowed to avoid action-at-a-distance errors.
    Author:
    Gabriel Selzer
    See Also:
    Serialized Form
    • Constructor Detail

      • NullablesOnMultipleMethodsException

        public NullablesOnMultipleMethodsException​(Object source,
                                                   List<Method> functionalMethodsWithNullables)