Class IronPdfNativeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
com.ironsoftware.ironpdf.exception.IronPdfNativeException
- All Implemented Interfaces:
Serializable
Represents errors that occur from native code within IronPDF.
If reporting such issues please attach any .log files from the directory where your application is running..
- See Also:
-
Field Summary
Fields inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
stackTraceString
-
Constructor Summary
ConstructorDescriptionInstantiates a new Iron pdf native exception.IronPdfNativeException
(String message, String stackTrace, String exceptionType) Initializes a new instance of theIronPdfNativeException
class with a specified error message. -
Method Summary
Methods inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
getExceptionType, getStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IronPdfNativeException
Initializes a new instance of theIronPdfNativeException
class with a specified error message.- Parameters:
message
- The message that describes the error.stackTrace
- the stack traceexceptionType
- the exception type
-
IronPdfNativeException
Instantiates a new Iron pdf native exception.- Parameters:
ex
- the ex
-