Module swim.math
Package swim.math

Class DimensionException

All Implemented Interfaces:
Serializable

public class DimensionException extends RuntimeException
See Also:
  • Constructor Details

    • DimensionException

      public DimensionException(String message, Throwable cause)
    • DimensionException

      public DimensionException(String message)
    • DimensionException

      public DimensionException(Throwable cause)
    • DimensionException

      public DimensionException(int dimension)
    • DimensionException

      public DimensionException()