owltools.gaf.rules
Class AnnotationRulesEngine.AnnotationRuleCheckException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by owltools.gaf.rules.AnnotationRulesEngine.AnnotationRuleCheckException
All Implemented Interfaces:
Serializable
Enclosing class:
AnnotationRulesEngine

public static class AnnotationRulesEngine.AnnotationRuleCheckException
extends Exception

This exception is thrown when an exception occurs during the execution of annotation rules.

Author:
Shahid Manzoor
See Also:
Serialized Form

Constructor Summary
AnnotationRulesEngine.AnnotationRuleCheckException()
           
AnnotationRulesEngine.AnnotationRuleCheckException(String message)
           
AnnotationRulesEngine.AnnotationRuleCheckException(String message, Throwable cause)
           
AnnotationRulesEngine.AnnotationRuleCheckException(Throwable cause)
           
 
Method Summary
 
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

AnnotationRulesEngine.AnnotationRuleCheckException

public AnnotationRulesEngine.AnnotationRuleCheckException()

AnnotationRulesEngine.AnnotationRuleCheckException

public AnnotationRulesEngine.AnnotationRuleCheckException(String message)

AnnotationRulesEngine.AnnotationRuleCheckException

public AnnotationRulesEngine.AnnotationRuleCheckException(Throwable cause)

AnnotationRulesEngine.AnnotationRuleCheckException

public AnnotationRulesEngine.AnnotationRuleCheckException(String message,
                                                          Throwable cause)


Copyright © 2010-2013. All Rights Reserved.