public class ArgumentNullException
extends com.groupdocs.foundation.exception.GroupDocsException
Constructor and Description |
---|
ArgumentNullException()
Instantiates a new Argument null exception.
|
ArgumentNullException(String message)
Instantiates a new Argument null exception.
|
ArgumentNullException(String url,
String message)
Constructor for ArgumentNullException.
|
ArgumentNullException(String message,
Throwable throwable)
Instantiates a new Argument null exception.
|
ArgumentNullException(Throwable cause)
Instantiates a new Argument null exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ArgumentNullException()
public ArgumentNullException(String message)
message
- the messagepublic ArgumentNullException(String message, Throwable throwable)
message
- the messagethrowable
- the throwablepublic ArgumentNullException(Throwable cause)
cause
- the causeCopyright © 2018. All rights reserved.