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
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
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 |
offDimension
private Dimension offDimension
DEFAULT
public static final java.lang.String DEFAULT
- See Also:
- Constant Field Values
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)
getDimension
public Dimension getDimension()
Copyright (c) 2001, 2002, David Walend