|
com.aspose.barcode
Class InvalidCodeTextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspose.barcode.BarCodeException
com.aspose.barcode.InvalidCodeTextException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidCodeTextException - extends BarCodeException
Code text is invalid
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidCodeTextException
public InvalidCodeTextException()
- Constructs an InvalidCodeTextException with general error messages
InvalidCodeTextException
public InvalidCodeTextException(java.lang.String errorMessage)
- Constructs an InvalidCodeTextException with x custom error message
- Parameters:
errorMessage - String
|