ucar.grib
Class NoValidGribException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.grib.NoValidGribException
All Implemented Interfaces:
java.io.Serializable

public final 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
equals, 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