|
|||||||||
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.doc.fields.barcode.implementation.generator.BarcodeException
public class BarcodeException
Represents the exception for creating barcode image.
Constructor Summary | |
---|---|
BarcodeException()
Initilize an instance of BarcodeException class |
|
BarcodeException(java.lang.String message)
Initilize an instance of BarcodeException class with specified error message. |
|
BarcodeException(java.lang.String message,
java.lang.Exception innerException)
Initilize an instance of BarcodeException class with the specified error message and the current exception. |
Constructor Detail |
---|
public BarcodeException()
BarcodeException
class
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)
BarcodeException
class 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 |