NASA World Wind

gov.nasa.worldwind.applications.gio.catalogui
Class CatalogException

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.catalogui.CatalogException

public class CatalogException
extends Object


Constructor Summary
CatalogException(String description, Exception exception)
           
 
Method Summary
 String getDescription()
           
 Exception getException()
           
 void setDescription(String description)
           
 void setException(Exception exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogException

public CatalogException(String description,
                        Exception exception)
Method Detail

getDescription

public String getDescription()

getException

public Exception getException()

setDescription

public void setDescription(String description)

setException

public void setException(Exception exception)

NASA World Wind