gov.nasa.worldwind.exception
Class WWUnrecognizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gov.nasa.worldwind.exception.WWRuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.