| 
 | |||||||||
| 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
com.spire.ms.System.Exception
com.spire.barcode.implementation.generator.BarcodeException
public class BarcodeException
Represents the exception for creating Barcode image.
| Constructor Summary | |
|---|---|
| BarcodeException()Initilize an instance of BarcodeExceptionclass | |
| BarcodeException(java.lang.String message)Initilize an instance of BarcodeExceptionclass with specified error message. | |
| BarcodeException(java.lang.String message,
                 java.lang.Exception innerException)Initilize an instance of BarcodeExceptionclass with the specified error message and the current exception. | |
| Constructor Detail | 
|---|
public BarcodeException()
BarcodeExceptionclass
public BarcodeException(java.lang.String message)
BarcodeException class with specified error message.
message - The error message of the exception.
public BarcodeException(java.lang.String message,
                        java.lang.Exception innerException)
BarcodeExceptionclass with the specified error message and the current exception.
message - The error message of the exception.innerException - The current exception is thrown.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||