Package geomss.geom

Class ParameterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParameterException
    extends java.lang.RuntimeException
    Exception thrown when a parameter value does not match expectations.

    Modified by: Joseph A. Huwaldt

    Version:
    January 31, 2017
    Author:
    Joseph A. Huwaldt, Date: August 27, 2016
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParameterException()
      Constructs an exception with no detail message.
      ParameterException​(java.lang.String message)
      Constructs an exception with the specified message.
    • 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

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

      • ParameterException

        public ParameterException()
        Constructs an exception with no detail message.
      • ParameterException

        public ParameterException​(java.lang.String message)
        Constructs an exception with the specified message.
        Parameters:
        message - the error message.