Class JSci.maths.DimensionException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.maths.DimensionException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.IllegalArgumentException
                                   |
                                   +----JSci.maths.DimensionException

public class DimensionException
extends IllegalArgumentException
This exception occurs when there is a problem involving an object's dimensions.

Constructor Index

 o DimensionException()
Constructs a DimensionException with no detail message.
 o DimensionException(String)
Constructs a DimensionException with the specified detail message.

Constructors

 o DimensionException
  public DimensionException()
Constructs a DimensionException with no detail message.
 o DimensionException
  public DimensionException(String s)
Constructs a DimensionException with the specified detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index