Style Intelligence v12.0

inetsoft.uql.asset
Class ConfirmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by inetsoft.uql.asset.ConfirmException
All Implemented Interfaces:
inetsoft.util.HelpException, Serializable
Direct Known Subclasses:
ConfirmDataException, DependencyException

public class ConfirmException
extends Exception
implements Serializable, inetsoft.util.HelpException

Confirm exception, the exception may be confirmed.

See Also:
Serialized Form

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

OK

public static final int OK
OK level message.

See Also:
Constant Field Values

TRACE

public static final int TRACE
Trace level message.

See Also:
Constant Field Values

DEBUG

public static final int DEBUG
Debug level message.

See Also:
Constant Field Values

INFO

public static final int INFO
Information level message.

See Also:
Constant Field Values

WARNING

public static final int WARNING
Warning level message.

See Also:
Constant Field Values

ERROR

public static final int ERROR
Error level message.

See Also:
Constant Field Values

CONFIRM

public static final int CONFIRM
Confirm level message.

See Also:
Constant Field Values

PROGRESS

public static final int PROGRESS
Progress with cancellation level message.

See Also:
Constant Field Values

OVERRIDE

public static final int OVERRIDE
Override and refresh confirm level message.

See Also:
Constant Field Values
Constructor Detail

ConfirmException

public ConfirmException()
Constructor.


ConfirmException

public ConfirmException(String message)
Constructor.


ConfirmException

public ConfirmException(String message,
                        Throwable cause)
Constructor.


ConfirmException

public ConfirmException(String message,
                        int level)
Constructor.


ConfirmException

public ConfirmException(String message,
                        Throwable cause,
                        int level)
Constructor.


ConfirmException

public ConfirmException(Throwable cause)
Constructor.


ConfirmException

public ConfirmException(Throwable cause,
                        int level)
Constructor.

Method Detail

getThrowable

public Throwable getThrowable()
Get wrapped throwable if any.


getKeywords

public String getKeywords()
Get the keywords.

Specified by:
getKeywords in interface inetsoft.util.HelpException
Returns:
the keywords.

setKeywords

public void setKeywords(String keywords)
Set the keywords.


setEvent

public void setEvent(AssetObject event)
Set the event to be re-submitted after confirmation.


getEvent

public AssetObject getEvent()
Get the event to be re-submitted after confirmation.


getLevel

public int getLevel()
Get the level of the message.


setLevel

public void setLevel(int level)
Set the level of the message..


setProperty

public void setProperty(String key,
                        Object val)
Set a property value.


getProperty

public Object getProperty(String key)
Get a property value.


equals

public boolean equals(Object obj)
Check if equals another object.

Overrides:
equals in class Object
Parameters:
obj - the specified object.
Returns:
true if equals, false otherwise.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.