public static class

GS1Parser.ParsingException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.datalogic.decode.utils.GS1Parser.ParsingException

Class Overview

Parsing exception thrown in case there is an error during parsing.

Summary

Public Constructors
ParsingException()
ParsingException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ParsingException ()

Added in revision 32

public ParsingException (String message)

Added in revision 32