Class ParseValueException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParseValueException
    extends InterMineException
    Exception thrown during parsing constraint value.
    Author:
    Jakub Kulaviak
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseValueException​(java.lang.String message)
      Constructor
      ParseValueException​(java.lang.String msg, java.lang.Throwable t)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ParseValueException

        public ParseValueException​(java.lang.String message)
        Constructor
        Parameters:
        message - message
      • ParseValueException

        public ParseValueException​(java.lang.String msg,
                                   java.lang.Throwable t)
        Constructor.
        Parameters:
        msg - message
        t - exception