public class BarCodeRecognitionException
extends com.aspose.ms.System.Exception
General exception thrown by BarCodeReader, inherited from BarCodeException
Constructor and Description |
---|
BarCodeRecognitionException(String message)
Initializes a new instance of the
BarCodeRecognitionException class. |
BarCodeRecognitionException(String message,
com.aspose.ms.System.Exception innerException)
Initializes a new instance of the
BarCodeRecognitionException class with the specified error message and the current exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BarCodeRecognitionException(String message)
Initializes a new instance of the BarCodeRecognitionException
class.
message
- error messagepublic BarCodeRecognitionException(String message, com.aspose.ms.System.Exception innerException)
Initializes a new instance of the BarCodeRecognitionException
class with the specified error message and the current exception.
message
- The error message of the exception.innerException
- The current exception is thrown.Copyright (c) 2002-2014 Aspose Pty Ltd. All Rights Reserved.