org.springframework.richclient.image
Class NoSuchImageResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.richclient.image.NoSuchImageResourceException
- All Implemented Interfaces:
- Serializable
public class NoSuchImageResourceException
- extends RuntimeException
Indicates that a image resource could not be found from an underlying data
source.
- Author:
- Keith Donald
- See Also:
- Serialized Form
NoSuchImageResourceException
public NoSuchImageResourceException(Object imageKey)
- Creates an exception message indicating the specified imageKey did not
map to a valid resource.
- Parameters:
imageKey
- The unknown image key.
NoSuchImageResourceException
public NoSuchImageResourceException(Object imageKey,
Throwable cause)
- Creates an exception message indicating the specified imageKey did not
map to a valid resource. A cause is provided.
- Parameters:
imageKey
- The unknown image key.cause
- The reason the resource was not found.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.