public class InvalidCodeException extends BarCodeException
The Exception will be thrown when invalid characters contained in the code text.
Constructor and Description |
---|
InvalidCodeException(String message)
Initializes a new instance of the InvalidCodeException class with a specified error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidCodeException(String message)
Initializes a new instance of the InvalidCodeException class with a specified error message.
message
- A String that describes the error.Copyright (c) 2002-2014 Aspose Pty Ltd. All Rights Reserved.