All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.math.array.InvalidArrayShapeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----com.ibm.math.array.InvalidArrayShapeException

public final class InvalidArrayShapeException
extends RuntimeException
InvalidArrayShapeException = thrown if an attempt is made to construct an array with an invalid shape: either negative extents or non-rectangular shape.


Constructor Index

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

Constructors

 o InvalidArrayShapeException
 public InvalidArrayShapeException()
Constructs a InvalidArrayShapeException with no detail message.

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

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index