|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.Exception
com.aspose.barcoderecognition.BarCodeRecognitionException
public class BarCodeRecognitionException
General exception thrown by BarCodeReader, inherited from BarCodeException
Constructor Summary | |
---|---|
BarCodeRecognitionException(java.lang.String message)
Constructure |
|
BarCodeRecognitionException(java.lang.String message,
java.lang.Exception innerException)
Initilize an instance of Aspose.BarCodeRecognition.BarCodeRecognitionExceptionBarCodeRecognitionException class with the specified error message and the current exception. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BarCodeRecognitionException(java.lang.String message)
Constructure
message
- error messagepublic BarCodeRecognitionException(java.lang.String message, java.lang.Exception innerException)
Initilize an instance of Aspose.BarCodeRecognition.BarCodeRecognitionExceptionBarCodeRecognitionException
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 |