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 format,
Object... parameters)
Initializes a new instance of the
AsposeInvalidOperationException class with a specified error message. |
AsposeInvalidOperationException(String format,
String parameter) |
AsposeInvalidOperationException(String message,
Throwable inner)
Initializes a new instance of the
AsposeInvalidOperationException class with a specified error message. |
getErrorDetails, 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 format, String parameter)
public AsposeInvalidOperationException(String format, Object... parameters)
Initializes a new instance of the AsposeInvalidOperationException
class with a specified error message.
format
- Message formatparameters
- Format parameterspublic AsposeInvalidOperationException(String message, Throwable 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.