]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/internal/BamException_p.cpp
Removed STDERR pollution by API
[bamtools.git] / src / api / internal / BamException_p.cpp
diff --git a/src/api/internal/BamException_p.cpp b/src/api/internal/BamException_p.cpp
new file mode 100644 (file)
index 0000000..38241d8
--- /dev/null
@@ -0,0 +1,15 @@
+// ***************************************************************************
+// BamException_p.cpp (c) 2011 Derek Barnett
+// Marth Lab, Department of Biology, Boston College
+// ---------------------------------------------------------------------------
+// Last modified: 5 October 2011 (DB)
+// ---------------------------------------------------------------------------
+// Provides a basic exception class for BamTools internals
+// ***************************************************************************
+
+#include <api/internal/BamException_p.h>
+using namespace BamTools;
+using namespace BamTools::Internal;
+using namespace std;
+
+const string BamException::SEPARATOR = ": ";