idl.tmt.representation.matrix
Class BadDimensionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--idl.tmt.representation.matrix.BadDimensionException
All Implemented Interfaces:
java.io.Serializable

public class BadDimensionException
extends java.lang.Exception

Author:
miles To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
BadDimensionException()
           
BadDimensionException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

BadDimensionException

public BadDimensionException()

BadDimensionException

public BadDimensionException(java.lang.String s)