Style Intelligence v12.0

inetsoft.uql.asset
Class InvalidDependencyException

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

public class InvalidDependencyException
extends Exception
implements inetsoft.util.LogException, Serializable, inetsoft.util.HelpException

Invalid dependency exception.

See Also:
Serialized Form

Field Summary
 
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
InvalidDependencyException()
          Constructor.
InvalidDependencyException(String message)
          Constructor.
InvalidDependencyException(String message, Throwable cause)
          Constructor.
InvalidDependencyException(Throwable cause)
          Constructor.
 
Method Summary
 String getKeywords()
          Get the keywords.
 Level getLogLevel()
          Get the log level of the exception.
 Throwable getThrowable()
          Get wrapped throwable if any.
 void setKeywords(String keywords)
          Set the keywords.
 void setLogLevel(Level level)
          Set the exception log level.
 
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDependencyException

public InvalidDependencyException()
Constructor.


InvalidDependencyException

public InvalidDependencyException(String message)
Constructor.


InvalidDependencyException

public InvalidDependencyException(String message,
                                  Throwable cause)
Constructor.


InvalidDependencyException

public InvalidDependencyException(Throwable cause)
Constructor.

Method Detail

setLogLevel

public void setLogLevel(Level level)
Set the exception log level.

Parameters:
level - the specified log level.

getLogLevel

public Level getLogLevel()
Get the log level of the exception.

Specified by:
getLogLevel in interface inetsoft.util.LogException
Returns:
the log level.

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.


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