public final class SanitizationException
extends com.aspose.ms.System.Exception
The exception that is thrown when an sanitization operation failed.
Constructor and Description |
---|
SanitizationException()
Initializes a new instance of the
SanitizationException class. |
SanitizationException(RuntimeException innerException)
Initializes a new instance of the
SanitizationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
SanitizationException(String message)
Initializes a new instance of the
SanitizationException class. |
SanitizationException(String message,
RuntimeException innerException)
Initializes a new instance of the
SanitizationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SanitizationException()
Initializes a new instance of the SanitizationException
class.
public SanitizationException(String message)
Initializes a new instance of the SanitizationException
class.
message
- The message.public SanitizationException(String message, RuntimeException innerException)
Initializes a new instance of the SanitizationException
class with a specified error message and a reference to the inner exception that is the cause of this exception.
message
- The error message that explains the reason for the exception.innerException
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.public SanitizationException(RuntimeException innerException)
Initializes a new instance of the SanitizationException
class with a specified error message and a reference to the inner exception that is the cause of this exception.
innerException
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.