Class PsiXmlParserException

  • All Implemented Interfaces:
    Serializable

    public class PsiXmlParserException
    extends Exception
    An exception to be thrown when a XML file is invalid and cannot be parsed properly
    Since:
    15/10/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    See Also:
    Serialized Form
    • Constructor Detail

      • PsiXmlParserException

        public PsiXmlParserException()

        Constructor for PsiXmlParserException.

      • PsiXmlParserException

        public PsiXmlParserException​(FileSourceLocator locator)

        Constructor for PsiXmlParserException.

        Parameters:
        locator - a FileSourceLocator object.
      • PsiXmlParserException

        public PsiXmlParserException​(int line,
                                     int col)

        Constructor for PsiXmlParserException.

        Parameters:
        line - a int.
        col - a int.
      • PsiXmlParserException

        public PsiXmlParserException​(int line,
                                     int col,
                                     String message,
                                     Throwable throwable)

        Constructor for PsiXmlParserException.

        Parameters:
        line - a int.
        col - a int.
        message - a String object.
        throwable - a Throwable object.
      • PsiXmlParserException

        public PsiXmlParserException​(String s)

        Constructor for PsiXmlParserException.

        Parameters:
        s - a String object.
      • PsiXmlParserException

        public PsiXmlParserException​(String s,
                                     Throwable throwable)

        Constructor for PsiXmlParserException.

        Parameters:
        s - a String object.
        throwable - a Throwable object.
      • PsiXmlParserException

        public PsiXmlParserException​(Throwable throwable)

        Constructor for PsiXmlParserException.

        Parameters:
        throwable - a Throwable object.