public class ItsNatException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
context |
Constructor and Description |
---|
ItsNatException(java.lang.String message)
Creates a new instance.
|
ItsNatException(java.lang.String message,
java.lang.Object context)
Creates a new instance.
|
ItsNatException(java.lang.String message,
java.lang.Throwable ex)
Creates a new instance.
|
ItsNatException(java.lang.String message,
java.lang.Throwable ex,
java.lang.Object context)
Creates a new instance.
|
ItsNatException(java.lang.Throwable ex)
Creates a new instance.
|
ItsNatException(java.lang.Throwable ex,
java.lang.Object context)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getContext()
Returns the object context of this exception, for instance the DOM node related with the exception.
|
public ItsNatException(java.lang.Throwable ex)
ex
- the cause of this exception, is submitted to the parent exception.public ItsNatException(java.lang.String message)
message
- the detail message, is submitted to the parent exception.public ItsNatException(java.lang.String message, java.lang.Throwable ex)
ex
- the cause of this exception, is submitted to the parent exception.message
- the detail message, is submitted to the parent exception.public ItsNatException(java.lang.Throwable ex, java.lang.Object context)
ex
- the cause of this exception, is submitted to the parent exception.context
- the object context of this exception.public ItsNatException(java.lang.String message, java.lang.Object context)
message
- the detail message, is submitted to the parent exception.context
- the object context of this exception.public ItsNatException(java.lang.String message, java.lang.Throwable ex, java.lang.Object context)
ex
- the cause of this exception, is submitted to the parent exception.message
- the detail message, is submitted to the parent exception.context
- the object context of this exception.Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.