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