NASA World Wind

gov.nasa.worldwind.exception
Class WWUnrecognizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gov.nasa.worldwind.exception.WWRuntimeException
                  extended by gov.nasa.worldwind.exception.WWUnrecognizedException
All Implemented Interfaces:
Serializable

public class WWUnrecognizedException
extends WWRuntimeException

Indicates that a value, request or other item or action is not recognized.

See Also:
Serialized Form

Constructor Summary
WWUnrecognizedException(String msg)
          Construct an exception with a message string.
WWUnrecognizedException(String msg, Throwable t)
          Construct an exception with a message string and a intial-cause exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WWUnrecognizedException

public WWUnrecognizedException(String msg)
Construct an exception with a message string.

Parameters:
msg - the message.

WWUnrecognizedException

public WWUnrecognizedException(String msg,
                               Throwable t)
Construct an exception with a message string and a intial-cause exception.

Parameters:
msg - the message.
t - the exception causing this exception.

NASA World Wind