Class IronPdfProductException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
com.ironsoftware.ironpdf.exception.IronPdfProductException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IronPdfLicensingException
Represents meaningful errors that are thrown explicitly by IronPDF.
- See Also:
- 
Field SummaryFields inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteExceptionstackTraceString
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new Iron pdf product exception.IronPdfProductException(String message, String stackTrace, String exceptionType) Initializes a new instance of theIronPdfProductExceptionclass with a specified error message.
- 
Method SummaryMethods inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteExceptiongetExceptionType, getStackTraceMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
IronPdfProductExceptionInitializes a new instance of theIronPdfProductExceptionclass with a specified error message.- Parameters:
- message- The message that describes the error.
- stackTrace- the stack trace
- exceptionType- the exception type
 
- 
IronPdfProductExceptionInstantiates a new Iron pdf product exception.- Parameters:
- ex- the ex
 
 
-