public class SDKException
extends com.axemble.vdoc.core.exceptions.VDocException
SDKException
and its subclasses are unchecked
exceptions.
Throwing a SDKException
exception displays a message to the end user.
Constructor and Description |
---|
SDKException()
Constructs a new runtime exception.
|
SDKException(String message,
String... messageParameters)
Constructs a new runtime exception with the specified detail message.
|
SDKException(String message,
Throwable cause,
String... messageParameters)
Constructs a new runtime exception with the specified detail message and
cause.
|
SDKException(Throwable cause)
Constructs a new runtime exception with cause.
|
findException, getLocalizedMessage, getLocalizedMessage, getMessageParameters, getThrowableMessage, isLocalized, isLogAsError, setLocalizedMessage, setLogAsError, toString
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SDKException()
public SDKException(String message, Throwable cause, String... messageParameters)
message
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method).cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)messageParameters
- public SDKException(String message, String... messageParameters)
message
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method).messageParameters
- public SDKException(Throwable cause)
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Copyright © 2022 Visiativ. All rights reserved.