Class PropertyArray.PropertyArrayError

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PropertyArray

    public static class PropertyArray.PropertyArrayError
    extends java.lang.Error
    A class used to report problems that may occur when using PropertyArray.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyArrayError()
      Create a PropertyArrayError object.
      PropertyArrayError​(java.lang.String msg)
      Create a PropertyArrayError object.
    • 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

      • PropertyArrayError

        public PropertyArrayError()
        Create a PropertyArrayError object.
      • PropertyArrayError

        public PropertyArrayError​(java.lang.String msg)
        Create a PropertyArrayError object.
        Parameters:
        msg - a detail message for the error