Package com.aspose.barcode
Class InvalidCodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aspose.barcode.BarCodeException
-
- com.aspose.barcode.InvalidCodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidCodeException extends BarCodeException
The Exception will be thrown when invalid characters contained in the code text.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidCodeException(java.lang.String message)
Initializes a new instance of the InvalidCodeException class with a specified error message.
-