Class InvalidDimensionsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidDimensionsException
    extends java.lang.IllegalArgumentException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long[] dimensions  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long[] getDimenionsCopy()  
      • 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

      • dimensions

        private final long[] dimensions
    • Constructor Detail

      • InvalidDimensionsException

        public InvalidDimensionsException​(long[] dimensions,
                                          java.lang.String message)
      • InvalidDimensionsException

        public InvalidDimensionsException​(int[] dimensions,
                                          java.lang.String message)
    • Method Detail

      • getDimenionsCopy

        public long[] getDimenionsCopy()