Package ucar.nc2.iosp.fysat
Class UnsupportedDatasetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ucar.nc2.iosp.fysat.UnsupportedDatasetException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedDatasetException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedDatasetException()
Constructs an UnsupportedEncodingException without a detail message.UnsupportedDatasetException(String s)
Constructs an UnsupportedEncodingException with a detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedDatasetException
public UnsupportedDatasetException()
Constructs an UnsupportedEncodingException without a detail message.
-
UnsupportedDatasetException
public UnsupportedDatasetException(String s)
Constructs an UnsupportedEncodingException with a detail message.- Parameters:
s
- Describes the reason for the exception.
-
-