net.sourceforge.jgrib
Class NotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jgrib.NotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class NotSupportedException
extends java.lang.Exception

A class that represents an exception thrown when a GRIB feature is not (yet) supported. Currently, only GRIB edition 1 is supported

Version:
1.0
Author:
Richard D. Gonzalez
See Also:
Serialized Form

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

Parameters:
msg - error message