com.aspose.barcode

Class 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 and Description
      InvalidCodeException(java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidCodeException

        public InvalidCodeException(java.lang.String message)

        Initializes a new instance of the InvalidCodeException class with a specified error message.

        Parameters:
        message - A String that describes the error.