2 Copyright (C) 2001, 2006 United States Government
3 as represented by the Administrator of the
4 National Aeronautics and Space Administration.
7 package gov
.nasa
.worldwind
;
11 * @version $Id: WWRuntimeException.java 1718 2007-05-05 00:51:15Z tgaskins $
13 public class WWRuntimeException
extends RuntimeException
15 public WWRuntimeException()
19 public WWRuntimeException(String s
)
24 public WWRuntimeException(String s
, Throwable throwable
)
29 public WWRuntimeException(Throwable throwable
)