org.obolibrary.oboformat.parser
Class InvalidXrefMapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.obolibrary.oboformat.parser.OBOFormatException
              extended by org.obolibrary.oboformat.parser.InvalidXrefMapException
All Implemented Interfaces:
Serializable

public class InvalidXrefMapException
extends OBOFormatException

See Also:
Serialized Form

Constructor Summary
InvalidXrefMapException()
           
InvalidXrefMapException(String message)
           
InvalidXrefMapException(String message, Throwable e)
           
InvalidXrefMapException(Throwable e)
           
 
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

InvalidXrefMapException

public InvalidXrefMapException()

InvalidXrefMapException

public InvalidXrefMapException(String message,
                               Throwable e)

InvalidXrefMapException

public InvalidXrefMapException(String message)

InvalidXrefMapException

public InvalidXrefMapException(Throwable e)


Copyright © 2010-2014. All Rights Reserved.