Style Intelligence v12.0

inetsoft.uql.asset
Class DependencyException

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

public class DependencyException
extends ConfirmException

Dependency exception.

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
DependencyException(Object target)
          Constructor.
 
Method Summary
 void addDependencies(Object[] objs)
          Batch add dependencies.
 void addDependency(Object obj)
          Add one dependency.
 String getMessage()
          Get the message.
 boolean isEmpty()
          Check if is empty.
 void removeDependencies()
          Remove all the dependencies.
 
Methods inherited from class inetsoft.uql.asset.ConfirmException
equals, getEvent, getKeywords, getLevel, getProperty, getThrowable, setEvent, setKeywords, setLevel, setProperty
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

DependencyException

public DependencyException(Object target)
Constructor.

Method Detail

addDependency

public void addDependency(Object obj)
Add one dependency.


addDependencies

public void addDependencies(Object[] objs)
Batch add dependencies.


removeDependencies

public void removeDependencies()
Remove all the dependencies.


isEmpty

public boolean isEmpty()
Check if is empty.


getMessage

public String getMessage()
Get the message.

Overrides:
getMessage in class Throwable

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