net.walend.grid
Class BadDimensionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.walend.grid.GridException
                          |
                          +--net.walend.grid.BadDimensionException
All Implemented Interfaces:
java.io.Serializable

public class BadDimensionException
extends GridException
implements java.io.Serializable

Since:
20010927
Author:
David Walend dfw1@cornell.edu
See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT
           
private  Dimension offDimension
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BadDimensionException(Dimension dimension)
           
BadDimensionException(java.lang.String message, Dimension dimension)
           
BadDimensionException(java.lang.String message, java.lang.Throwable nester, Dimension dimension)
           
BadDimensionException(java.lang.Throwable nester, Dimension dimension)
           
 
Method Summary
 Dimension getDimension()
           
 
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
 

Field Detail

offDimension

private Dimension offDimension

DEFAULT

public static final java.lang.String DEFAULT
See Also:
Constant Field Values
Constructor Detail

BadDimensionException

public BadDimensionException(Dimension dimension)

BadDimensionException

public BadDimensionException(java.lang.String message,
                             Dimension dimension)

BadDimensionException

public BadDimensionException(java.lang.Throwable nester,
                             Dimension dimension)

BadDimensionException

public BadDimensionException(java.lang.String message,
                             java.lang.Throwable nester,
                             Dimension dimension)
Method Detail

getDimension

public Dimension getDimension()


Copyright (c) 2001, 2002, David Walend