public class NavigatorException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR |
static int |
FATAL |
protected int |
level |
protected String |
name |
static int |
WARNING |
| Constructor and Description |
|---|
NavigatorException(int level,
String errorcode)
Creates a new NavigatorException object.
|
NavigatorException(int level,
String errorcode,
String[] values,
Throwable cause)
Creates a new NavigatorException object.
|
NavigatorException(int level,
String errorcode,
Throwable cause)
Creates a new NavigatorException object.
|
NavigatorException(String message)
Creates a new NavigatorException object.
|
NavigatorException(String message,
int level)
Creates a new NavigatorException object.
|
NavigatorException(String message,
int level,
Throwable cause)
Creates a new NavigatorException object.
|
NavigatorException(String message,
Throwable cause)
Creates a new NavigatorException object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLevel()
DOCUMENT ME!
|
String |
getName()
DOCUMENT ME!
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int WARNING
public static final int ERROR
public static final int FATAL
protected final int level
protected final String name
public NavigatorException(String message)
message - DOCUMENT ME!public NavigatorException(String message, Throwable cause)
message - DOCUMENT ME!cause - DOCUMENT ME!public NavigatorException(String message, int level)
message - DOCUMENT ME!level - DOCUMENT ME!public NavigatorException(int level,
String errorcode)
level - DOCUMENT ME!errorcode - DOCUMENT ME!public NavigatorException(String message, int level, Throwable cause)
message - DOCUMENT ME!level - DOCUMENT ME!cause - DOCUMENT ME!public NavigatorException(int level,
String errorcode,
Throwable cause)
level - DOCUMENT ME!errorcode - DOCUMENT ME!cause - DOCUMENT ME!public int getLevel()
public String getName()
Copyright © 2012–2026 cismet GmbH. All rights reserved.