Class IronPdfInputException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteException
- 
- com.ironsoftware.ironpdf.exception.IronPdfInputException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public final class IronPdfInputException extends Exception_RemoteException - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteExceptionstackTraceString
 
- 
 - 
Constructor SummaryConstructors Constructor Description IronPdfInputException(Exception_RemoteException ex)IronPdfInputException(String message)IronPdfInputException(String message, String stackTrace, String exceptionType)
 - 
Method Summary- 
Methods inherited from class com.ironsoftware.ironpdf.internal.staticapi.Exception_RemoteExceptiongetExceptionType, getStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
IronPdfInputExceptionpublic IronPdfInputException(String message, String stackTrace, String exceptionType) 
 - 
IronPdfInputExceptionpublic IronPdfInputException(String message) 
 - 
IronPdfInputExceptionpublic IronPdfInputException(Exception_RemoteException ex) 
 
- 
 
-