ucl.physiol.neuroconstruct.neuroml.hdf5
Class Hdf5Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucl.physiol.neuroconstruct.neuroml.hdf5.Hdf5Exception
All Implemented Interfaces:
Serializable

public class Hdf5Exception
extends Exception

Exception related to HDF5 functionality

Author:
Padraig Gleeson
See Also:
Serialized Form

Constructor Summary
Hdf5Exception(String message)
           
Hdf5Exception(String comment, Throwable t)
           
 
Method Summary
static void main(String[] args)
           
 
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

Hdf5Exception

public Hdf5Exception(String message)

Hdf5Exception

public Hdf5Exception(String comment,
                     Throwable t)
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException