JADE v6.1

com.dautelle.math
Class DimensionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.dautelle.math.DimensionException
All Implemented Interfaces:
java.io.Serializable

public class DimensionException
extends java.lang.RuntimeException

Thrown when an operation is performed upon two matrices whose dimensions disagree.

Version:
4.0, February 29, 2003
Author:
Jean-Marie Dautelle
See Also:
Serialized Form

Constructor Summary
DimensionException()
          Constructs a DimensionException with no detail message.
DimensionException(java.lang.String message)
          Constructs a DimensionException with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DimensionException

public DimensionException()
Constructs a DimensionException with no detail message.


DimensionException

public DimensionException(java.lang.String message)
Constructs a DimensionException with the specified message.

Parameters:
message - the message.

JADE v6.1

Copyright © 2004 Jean-Marie Dautelle.