gov.nih.nci.caarray.services.util.netcdf
Class NETCDFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.util.netcdf.NETCDFException
All Implemented Interfaces:
java.io.Serializable

public class NETCDFException
extends java.lang.Exception

Author:
TranP
See Also:
Serialized Form

Constructor Summary
NETCDFException()
           
NETCDFException(java.lang.String message)
           
NETCDFException(java.lang.String message, java.lang.Throwable cause)
           
NETCDFException(java.lang.Throwable cause)
           
 
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

NETCDFException

public NETCDFException()

NETCDFException

public NETCDFException(java.lang.String message)
Parameters:
message -

NETCDFException

public NETCDFException(java.lang.Throwable cause)
Parameters:
cause -

NETCDFException

public NETCDFException(java.lang.String message,
                       java.lang.Throwable cause)
Parameters:
message -
cause -