Class ImageUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.gui.beans.imagenavigator.ImageUnavailableException
- All Implemented Interfaces:
Serializable
Excepcion para cuando no se puede visualizar una imagen en ImageNavigator
- Version:
- 12/06/2008
- Author:
- BorSanZa - Borja Sánchez Zamorano (borja.sanchez@iver.es)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImageUnavailableException(String message) Constructs a new exception with the specified detail message.ImageUnavailableException(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImageUnavailableException
Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(java.lang.Throwable).- Parameters:
message- the detail message. The detail message is saved for later retrieval by theThrowable.getMessage()method.
-
ImageUnavailableException
-