org.obolibrary.obo2owl
Class OboInOwlCardinalityTools.AnnotationCardinalityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.obolibrary.obo2owl.OboInOwlCardinalityTools.AnnotationCardinalityException
All Implemented Interfaces:
Serializable
Enclosing class:
OboInOwlCardinalityTools

public static class OboInOwlCardinalityTools.AnnotationCardinalityException
extends Exception

Exception indication a non-resolvable conflict for an annotation property and its cardinality constraint.

See Also:
Serialized Form

Constructor Summary
OboInOwlCardinalityTools.AnnotationCardinalityException(String message)
          Create a new Exception.
OboInOwlCardinalityTools.AnnotationCardinalityException(String message, Throwable cause)
          Create a new Exception.
 
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

OboInOwlCardinalityTools.AnnotationCardinalityException

public OboInOwlCardinalityTools.AnnotationCardinalityException(String message,
                                                               Throwable cause)
Create a new Exception.

Parameters:
message -
cause -

OboInOwlCardinalityTools.AnnotationCardinalityException

public OboInOwlCardinalityTools.AnnotationCardinalityException(String message)
Create a new Exception.

Parameters:
message -


Copyright © 2010-2013. All Rights Reserved.