Class InvalidDataseriesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ucar.nc2.ft2.simpgeometry.exception.InvalidDataseriesException
-
- All Implemented Interfaces:
Serializable
public class InvalidDataseriesException extends Exception
An exception thrown for invalid dataseries in CF-SimpleGeometry Features- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
RANK_MISMATCH
-
Constructor Summary
Constructors Constructor Description InvalidDataseriesException(String error)
Construct a new instance of this exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
RANK_MISMATCH
public static final String RANK_MISMATCH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InvalidDataseriesException
public InvalidDataseriesException(String error)
Construct a new instance of this exception- Parameters:
error
- associated error message.
-
-