|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
inetsoft.uql.asset.ConfirmException
public class ConfirmException
Confirm exception, the exception may be confirmed.
| Field Summary | |
|---|---|
static int |
CONFIRM
Confirm level message. |
static int |
DEBUG
Debug level message. |
static int |
ERROR
Error level message. |
static int |
INFO
Information level message. |
static int |
OK
OK level message. |
static int |
OVERRIDE
Override and refresh confirm level message. |
static int |
PROGRESS
Progress with cancellation level message. |
static int |
TRACE
Trace level message. |
static int |
WARNING
Warning level message. |
| Fields inherited from interface inetsoft.util.HelpException |
|---|
AUTHORITY_ERROR, CHANGE_FOLDER_WITH_DEPENDENCY, DEPENDECY_CYCLE, EXCEED_MAXTIME, EXPIRED_SHEET, FOLDER_EXIST, FOLDER_REQUIRED, INVALID_ATTACHED_ASSEMBLY, INVALID_DATERANGE, INVALID_DEPENDENCY_STORAGE, INVALID_ENTRY, INVALID_PARAMETER_DEPENDECY, INVALID_SCOPE_DEPENDECY, INVALID_SOURCE, INVALID_STORAGE, INVALID_TABLE_COLUMN, INVALID_USER, NOT_CONTAINED_ENTRY, SHEET_IN_USE, TABLE_OPERATOR_COLUMN_NULL, UNDEFINED_PRIMARY_ASSEMBLY, USED_WORKSHEET, WORKSHEET_LOCKED, WORKSHEET_NOT_EXIST, WRONG_SCOPE_REFERENCED, WRONG_SCOPE_WORKSHEET_USED |
| Constructor Summary | |
|---|---|
ConfirmException()
Constructor. |
|
ConfirmException(String message)
Constructor. |
|
ConfirmException(String message,
int level)
Constructor. |
|
ConfirmException(String message,
Throwable cause)
Constructor. |
|
ConfirmException(String message,
Throwable cause,
int level)
Constructor. |
|
ConfirmException(Throwable cause)
Constructor. |
|
ConfirmException(Throwable cause,
int level)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another object. |
AssetObject |
getEvent()
Get the event to be re-submitted after confirmation. |
String |
getKeywords()
Get the keywords. |
int |
getLevel()
Get the level of the message. |
Object |
getProperty(String key)
Get a property value. |
Throwable |
getThrowable()
Get wrapped throwable if any. |
void |
setEvent(AssetObject event)
Set the event to be re-submitted after confirmation. |
void |
setKeywords(String keywords)
Set the keywords. |
void |
setLevel(int level)
Set the level of the message.. |
void |
setProperty(String key,
Object val)
Set a property value. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int OK
public static final int TRACE
public static final int DEBUG
public static final int INFO
public static final int WARNING
public static final int ERROR
public static final int CONFIRM
public static final int PROGRESS
public static final int OVERRIDE
| Constructor Detail |
|---|
public ConfirmException()
public ConfirmException(String message)
public ConfirmException(String message,
Throwable cause)
public ConfirmException(String message,
int level)
public ConfirmException(String message,
Throwable cause,
int level)
public ConfirmException(Throwable cause)
public ConfirmException(Throwable cause,
int level)
| Method Detail |
|---|
public Throwable getThrowable()
public String getKeywords()
getKeywords in interface inetsoft.util.HelpExceptionpublic void setKeywords(String keywords)
public void setEvent(AssetObject event)
public AssetObject getEvent()
public int getLevel()
public void setLevel(int level)
public void setProperty(String key,
Object val)
public Object getProperty(String key)
public boolean equals(Object obj)
equals in class Objectobj - the specified object.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||