Class MismatchedDimensionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MismatchedDimensionException
    extends java.lang.IllegalArgumentException
    Indicates that an operation cannot be completed properly because of a mismatch in the dimensions of object attributes.
    Since:
    1.0
    Version:
    3.0
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Serial number for inter-operability with different versions.
    • 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
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial number for inter-operability with different versions.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MismatchedDimensionException

        public MismatchedDimensionException()
        Creates an exception with no message.
      • MismatchedDimensionException

        public MismatchedDimensionException​(java.lang.String message)
        Creates an exception with the specified message.
        Parameters:
        message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      • MismatchedDimensionException

        public MismatchedDimensionException​(java.lang.String message,
                                            java.lang.Throwable cause)
        Creates an exception with the specified message and cause.
        Parameters:
        message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
        cause - The cause.