com.spire.doc.fields.barcode
Class BarCodeFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.spire.doc.fields.barcode.BarCodeFormatException

public class BarCodeFormatException
extends java.lang.IllegalStateException

The exception thrown when the barcode has an incorrect format.

See Also:
Serialized Form

Constructor Summary
BarCodeFormatException()
          Creates a new instance of the class.
BarCodeFormatException(java.lang.String message)
          Creates a new instance of the BarCodeFormatException class with the given message.
BarCodeFormatException(java.lang.String message, java.lang.Exception innerException)
          Creates a new instance of the BarCodeFormatExceptionclass with the given message and the given inner exception.
 

Constructor Detail

BarCodeFormatException

public BarCodeFormatException()
Creates a new instance of the class.

Creates a new instance of the BarCodeFormatException class.


BarCodeFormatException

public BarCodeFormatException(java.lang.String message)
Creates a new instance of the BarCodeFormatException class with the given message.

Parameters:
message - Error message of the exception.

BarCodeFormatException

public BarCodeFormatException(java.lang.String message,
                              java.lang.Exception innerException)
Creates a new instance of the BarCodeFormatExceptionclass with the given message and the given inner exception.

Parameters:
message - Error message of the exception.
innerException - Inner exception.