Style Intelligence v12.0

inetsoft.uql.asset
Class ConfirmDataException

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

public class ConfirmDataException
extends ConfirmException

Confirm data exception, the exception may be confirmed.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class inetsoft.uql.asset.ConfirmException
CONFIRM, DEBUG, ERROR, INFO, OK, OVERRIDE, PROGRESS, TRACE, WARNING
 
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
ConfirmDataException()
          Constructor.
ConfirmDataException(String message)
          Constructor.
 
Method Summary
 boolean equals(Object obj)
          Check if equals another object.
 String getName()
          Get the assembly name.
 void setName(String name)
          Set the assembly name to set time limit in viewsheet sandbox.
 
Methods inherited from class inetsoft.uql.asset.ConfirmException
getEvent, getKeywords, getLevel, getProperty, getThrowable, setEvent, setKeywords, setLevel, setProperty
 
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
 

Constructor Detail

ConfirmDataException

public ConfirmDataException()
Constructor.


ConfirmDataException

public ConfirmDataException(String message)
Constructor.

Method Detail

setName

public void setName(String name)
Set the assembly name to set time limit in viewsheet sandbox.


getName

public String getName()
Get the assembly name.

Returns:
an number.

equals

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

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

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