Package gov.nasa.worldwind.exception
Class WWRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- gov.nasa.worldwind.exception.WWRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NoItemException,ServiceException,WWAbsentRequirementException,WWTimeoutException,WWUnrecognizedException
public class WWRuntimeException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WWRuntimeException()WWRuntimeException(java.lang.String s)WWRuntimeException(java.lang.String s, java.lang.Throwable throwable)WWRuntimeException(java.lang.Throwable throwable)
-
-
-
Constructor Detail
-
WWRuntimeException
public WWRuntimeException()
-
WWRuntimeException
public WWRuntimeException(java.lang.String s)
-
WWRuntimeException
public WWRuntimeException(java.lang.String s, java.lang.Throwable throwable)
-
WWRuntimeException
public WWRuntimeException(java.lang.Throwable throwable)
-
-