edu.jhu.tmaj.client.image.data
Class NoArrayImageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.jhu.tmaj.client.image.data.NoArrayImageException
All Implemented Interfaces:
java.io.Serializable

public final class NoArrayImageException
extends java.lang.Exception

Thrown to indicate that an ArrayImage can not be located.

See Also:
Serialized Form

Constructor Summary
NoArrayImageException(java.lang.String message)
           
 
Method Summary
 
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

NoArrayImageException

public NoArrayImageException(java.lang.String message)