|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.spire.barcode.BarCodeFormatException
public class BarCodeFormatException
The exception thrown when the barcode has an incorrect format.
| Constructor Summary | |
|---|---|
BarCodeFormatException()
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 |
|---|
public BarCodeFormatException()
class.
Creates a new instance of the BarCodeFormatException class.
public BarCodeFormatException(java.lang.String message)
BarCodeFormatException class with the given message.
message - Error message of the exception.
public BarCodeFormatException(java.lang.String message,
java.lang.Exception innerException)
BarCodeFormatExceptionclass with the given message and
the given inner exception.
message - Error message of the exception.innerException - Inner exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||