Module org.dyn4j

Class ArgumentNullException

  • All Implemented Interfaces:
    Serializable

    public class ArgumentNullException
    extends NullPointerException
    Represents an exception when an method or constuctor argument is null.
    Since:
    5.0.0
    Version:
    5.0.0
    Author:
    William Bittle
    See Also:
    Serialized Form
    • Constructor Detail

      • ArgumentNullException

        public ArgumentNullException​(String argumentName)
        Minimal constructor.
        Parameters:
        argumentName - the name of the argument that was null