Uses of Class
edu.duke.cs.banjo.utility.BanjoException

Packages that use BanjoException
edu.duke.cs.banjo.bayesnet   
edu.duke.cs.banjo.utility   
 

Uses of BanjoException in edu.duke.cs.banjo.bayesnet
 

Methods in edu.duke.cs.banjo.bayesnet that throw BanjoException
 void EdgesWithCachedStatisticsI.reconstructMatrix(java.lang.String bayesNetStructureString, int _varCount, int _minMarkovLag, int _maxMarkovLag)
           
 void EdgesWithCachedStatisticsI.reconstructMatrixStatic(java.lang.String bayesNetStructureString, int _varCount, int _minMarkovLag, int _maxMarkovLag)
           
 void EdgesAsMatrixWithCachedStatistics.reconstructMatrix(java.lang.String _bayesNetStructureString, int _varCount, int _minMarkovLag, int _maxMarkovLag)
           
 void EdgesAsMatrixWithCachedStatistics.reconstructMatrixStatic(java.lang.String _bayesNetStructureString, int _varCount, int _minMarkovLag, int _maxMarkovLag)
           
 void EdgesAsArrayWithCachedStatistics.reconstructMatrix(java.lang.String _bayesNetStructureString, int _varCount, int _minMarkovLag, int _maxMarkovLag)
           
 void EdgesAsArrayWithCachedStatistics.reconstructMatrixStatic(java.lang.String _bayesNetStructureString, int _varCount, int _minMarkovLag, int _maxMarkovLag)
           
 

Uses of BanjoException in edu.duke.cs.banjo.utility
 

Methods in edu.duke.cs.banjo.utility with parameters of type BanjoException
 void BanjoErrorHandler.handleApplicationException(BanjoException e)
          Process any encountered Banjo exception
 void BanjoErrorHandler.handleApplicationException(BanjoException e, java.lang.Object _additionalInfo)
          Process any encountered Banjo exception
 

Constructors in edu.duke.cs.banjo.utility with parameters of type BanjoException
BanjoException(BanjoException e)
          Constructor for propagating an existing BanjoException.