ucar.grib
Class NotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ucar.grib.NotSupportedException
- All Implemented Interfaces:
- Serializable
public final class NotSupportedException
- extends IOException
A class that represents an exception thrown when a GRIB feature is not
(yet) supported.
- Version:
- 1.0
- Author:
- Richard D. Gonzalez
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotSupportedException
public NotSupportedException(String msg)
- Construct a new Exception with message msg.
- Parameters:
msg
- error message
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.