com.aspose.barcode
Class PleaseReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aspose.barcode.BarCodeException
              extended by 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 a PleaseReportException with a fatal error message
PleaseReportException(java.lang.String message)
          Constructs a PleaseReportException with a custom error message
 
Method Summary
 
Methods inherited from class com.aspose.barcode.BarCodeException
toString
 
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
 

Constructor Detail

PleaseReportException

public PleaseReportException(java.lang.String message)
Constructs a PleaseReportException with a custom error message

Parameters:
message -

PleaseReportException

public PleaseReportException()
Constructs a PleaseReportException with a fatal error message