Skip to content

Commit

Permalink
remove exception classes that are no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailM committed Sep 30, 2018
1 parent 3508605 commit 617a207
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions lib/genevalidator/exceptions.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
module GeneValidator
# Exception raised when BLAST path is not added to the CLASSPATH
class ClasspathError < RuntimeError
end

# Exception raised when an unexisting file is accessed
class FileNotFoundException < RuntimeError
end

# Exception raised when blast does not find any hit
class QueryError < RuntimeError
end
Expand Down Expand Up @@ -67,20 +59,8 @@ class BLASTDBError < RuntimeError
class NotEnoughEvidence < RuntimeError
end

# Exception raised when the are alias duplications
class NoPIdentError < RuntimeError
end

# Exception raised when the tabular format does not correspond to the tabular
# argument
class InconsistentTabularFormat < RuntimeError
end

# Exception raised when there are more than one reading frame among the hits
# of one prediction
class ReadingFrameError < RuntimeError
end

class OtherError < RuntimeError
end
end

0 comments on commit 617a207

Please sign in to comment.