public class GroupDocsConversionException
extends com.aspose.ms.System.Exception
GroupDocs.Conversion general exception
Constructor and Description |
---|
GroupDocsConversionException()
Default constructor
|
GroupDocsConversionException(String message)
Creates an exception with a specific message
|
GroupDocsConversionException(String message,
RuntimeException exception)
Create an exception with a specific message and propagate the inner exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public GroupDocsConversionException()
public GroupDocsConversionException(String message)
Creates an exception with a specific message
message
- The messagepublic GroupDocsConversionException(String message, RuntimeException exception)
Create an exception with a specific message and propagate the inner exception
message
- The messageexception
- The inner exception