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:
Serializable
The Exception will be thrown when invalid characters contained in the code text.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of theclass. InvalidCodeException(String message) Initializes a new instance of the InvalidCodeException class with a specified error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCodeException
public InvalidCodeException()Initializes a new instance of theclass. -
InvalidCodeException
Initializes a new instance of the InvalidCodeException class with a specified error message.- Parameters:
message- A String that describes the error.
-