ucar.nc2.iosp.fysat
Class UnsupportedDatasetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ucar.nc2.iosp.fysat.UnsupportedDatasetException
All Implemented Interfaces:
Serializable

public class UnsupportedDatasetException
extends IOException

Author:
Hurricane
See Also:
Serialized Form

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

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.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.