public class ArgumentNullException extends GroupDocsParserException
Represents the errors that occur when parameter is null.
Constructor and Description |
---|
ArgumentNullException(String parameter)
Initializes a new instance of the
ArgumentNullException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ArgumentNullException(String parameter)
Initializes a new instance of the ArgumentNullException
class.
parameter
- The name of the parameter.Copyright © 2018. All rights reserved.