Class DatatypeException

    • Constructor Detail

      • DatatypeException

        public DatatypeException​(int index,
                                 String msg)
      • DatatypeException

        public DatatypeException​(String msg)
      • DatatypeException

        public DatatypeException()
        A constructor for those datatype libraries which don't support any diagnostic information at all.
    • Method Detail

      • getIndex

        public int getIndex()
        Gets the index of the content where the error occurred. UNKNOWN can be returned to indicate that no index information is available.