public class IlvDashboardException extends Exception
IlvDashboardException
is a specialized exception thrown by
Dashboard Editor components.Modifier and Type | Field and Description |
---|---|
static String |
ID_ALREADY_USED
Indicates that the ID is already used by another object.
|
Constructor and Description |
---|
IlvDashboardException(String key)
Constructs an
IlvDashboardException with the given key |
IlvDashboardException(String key,
Exception e)
Constructs an
IlvDashboardException with the given key
and exception e . |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the key for this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String ID_ALREADY_USED
public IlvDashboardException(String key)
IlvDashboardException
with the given key
key
- The key of the exception.public String getKey()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.