|
com.aspose.barcode
Class BarCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspose.barcode.BarCodeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidCodeTextException, PleaseReportException
public class BarCodeException - extends java.lang.Exception
General exceptions for barcode generation and recognition
- See Also:
- Serialized Form
|
Constructor Summary |
BarCodeException()
Constructs x BarCodeException with general error messages |
BarCodeException(java.lang.String errorMessage)
Constructs x BarCodeException with custom error message. |
|
Method Summary |
java.lang.String |
toString()
Converts BarCodeException to x String message. |
| 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 |
BarCodeException
public BarCodeException()
- Constructs x BarCodeException with general error messages
BarCodeException
public BarCodeException(java.lang.String errorMessage)
- Constructs x BarCodeException with custom error message.
- Parameters:
errorMessage - of String
toString
public java.lang.String toString()
- Converts BarCodeException to x String message.
- Overrides:
toString in class java.lang.Throwable
|