gov.nasa.worldwind.applications.gio.catalogui
Class CatalogException
java.lang.Object
gov.nasa.worldwind.applications.gio.catalogui.CatalogException
public class CatalogException
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogException
public CatalogException(String description,
Exception exception)
getDescription
public String getDescription()
getException
public Exception getException()
setDescription
public void setDescription(String description)
setException
public void setException(Exception exception)