public class

MacroAlreadyExists

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.microstrategy.web.blocks.macros.MacroAlreadyExists

Class Overview

An exception that indicates that the user is attempting to define a macro which already exists.

Summary

Public Constructors
MacroAlreadyExists(String macroName, String existingFQCN)
Public Methods
String getExistingFQCN()
String getMacroName()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MacroAlreadyExists (String macroName, String existingFQCN)

Public Methods

public String getExistingFQCN ()

public String getMacroName ()