|
com.aspose.barcode
Class PleaseReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspose.barcode.BarCodeException
com.aspose.barcode.PleaseReportException
- All Implemented Interfaces:
- java.io.Serializable
public class PleaseReportException - extends BarCodeException
Fatal errors
- See Also:
- Serialized Form
|
Constructor Summary |
PleaseReportException()
Constructs x PleaseReportException with x fatal error message |
PleaseReportException(java.lang.String message)
Constructs x PleaseReportException with x custom error 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 |
PleaseReportException
public PleaseReportException(java.lang.String message)
- Constructs x PleaseReportException with x custom error message
- Parameters:
message -
PleaseReportException
public PleaseReportException()
- Constructs x PleaseReportException with x fatal error message
|