ucar.grib
Class NotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
NotSupportedException(String msg)
          Construct a new Exception with message msg.
 
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

NotSupportedException

public NotSupportedException(String msg)
Construct a new Exception with message msg.

Parameters:
msg - error message


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.