public class ItsNatException extends RuntimeException
| Constructor and Description |
|---|
ItsNatException(String message)
Creates a new instance.
|
ItsNatException(String message,
Object context)
Creates a new instance.
|
ItsNatException(String message,
Throwable ex)
Creates a new instance.
|
ItsNatException(String message,
Throwable ex,
Object context)
Creates a new instance.
|
ItsNatException(Throwable ex)
Creates a new instance.
|
ItsNatException(Throwable ex,
Object context)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getContext()
Returns the object context of this exception, for instance the DOM node related with the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Object context
public ItsNatException(Throwable ex)
ex - the cause of this exception, is submitted to the parent exception.public ItsNatException(String message)
message - the detail message, is submitted to the parent exception.public ItsNatException(String message, 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(Throwable ex, Object context)
ex - the cause of this exception, is submitted to the parent exception.context - the object context of this exception.public ItsNatException(String message, Object context)
message - the detail message, is submitted to the parent exception.context - the object context of this exception.public ItsNatException(String message, Throwable ex, 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.public Object getContext()
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.