Class ExtractionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExtractionException
    extends java.lang.Exception
    An exception to be thrown when place name matching goes awry.
    Author:
    ubaldino
    See Also:
    Serialized Form
    • 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

      • ExtractionException

        public ExtractionException()
      • ExtractionException

        public ExtractionException​(java.lang.String msg,
                                   java.lang.Throwable cause)
        Parameters:
        msg - error message
        cause - root cause
      • ExtractionException

        public ExtractionException​(java.lang.String msg)
        Parameters:
        msg - error message