All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.math.array.NonconformingArrayException

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

public final class NonconformingArrayException
extends RuntimeException
NonconformingArrayException = thrown if an array operation between two arrays of different shape is attempted.


Constructor Index

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

Constructors

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

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

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index