Class InsufficientParametersException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InsufficientParametersException
    extends java.lang.Exception

    InsufficientParametersException class.

    Author:
    Mathew Brozowski, Ben Reed
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InsufficientParametersException​(java.lang.String message)
      Constructor for InsufficientParametersException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InsufficientParametersException

        public InsufficientParametersException​(java.lang.String message)

        Constructor for InsufficientParametersException.

        Parameters:
        message - a String object.