net.sourceforge.jgrib
Class NoValidGribException

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

public class NoValidGribException
extends java.lang.Exception

A class that represents an exception during GRIB file operations.

Version:
1.0
Author:
Benjamin Stark
See Also:
Serialized Form

Constructor Summary
NoValidGribException(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

NoValidGribException

public NoValidGribException(java.lang.String msg)
Construct a new Exception with message msg.

Parameters:
msg - error message