public class AsposeInvalidOperationException extends AsposeException
Exception class for denoting an object was in a state that made calling a method illegal.
Constructor and Description |
---|
AsposeInvalidOperationException()
Initializes a new instance of the
AsposeInvalidOperationException class. |
AsposeInvalidOperationException(String message)
Initializes a new instance of the
AsposeInvalidOperationException class with a specified error message. |
AsposeInvalidOperationException(String message,
com.aspose.ms.System.Exception inner)
Initializes a new instance of the
AsposeInvalidOperationException class with a specified error message. |
getMessage, toString
getHResult, getInnerException, getType, setErrorCode, setHResult
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AsposeInvalidOperationException()
Initializes a new instance of the AsposeInvalidOperationException
class.
public AsposeInvalidOperationException(String message)
Initializes a new instance of the AsposeInvalidOperationException
class with a specified error message.
message
- A message that describes the error.public AsposeInvalidOperationException(String message, com.aspose.ms.System.Exception inner)
Initializes a new instance of the AsposeInvalidOperationException
class with a specified error message.
message
- A message that describes the error.inner
- The exception causing the current exception.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.