public class XNIException
extends java.lang.RuntimeException
Note: By extending the Java
RuntimeException
, XNI handlers and components are
not required to catch XNI exceptions but may explicitly catch
them, if so desired.
Constructor and Description |
---|
XNIException(java.lang.Exception exception)
Constructs an XNI exception with a wrapped exception.
|
XNIException(java.lang.String message)
Constructs an XNI exception with a message.
|
XNIException(java.lang.String message,
java.lang.Exception exception)
Constructs an XNI exception with a message and wrapped exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException()
Returns the wrapped exception.
|
public XNIException(java.lang.String message)
message
- The exception message.public XNIException(java.lang.Exception exception)
exception
- The wrapped exception.public XNIException(java.lang.String message, java.lang.Exception exception)
message
- The exception message.exception
- The wrapped exception.Copyright © 2010 - 2020 Adobe. All Rights Reserved