File: hdfexceptionImp.h

package info (click to toggle)
nexus 4.4.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,864 kB
  • sloc: cpp: 34,928; ansic: 17,317; f90: 2,326; xml: 2,071; java: 1,953; fortran: 1,529; python: 766; makefile: 532; sh: 460; tcl: 173; lisp: 169
file content (10 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef HDFEXCEPTIONIMP
#define HDFEXCEPTIONIMP

extern jboolean outOfMemory( JNIEnv *env, char *functName);

extern jboolean JNIFatalError( JNIEnv *env, char *functName);

extern jboolean raiseException( JNIEnv *env, char *message);

#endif /* HDFEXCEPTIONIMP */