public class

MacroDoesNotExist

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

Class Overview

An exception that indicates that the requested macro is not defined for this context.

Summary

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

Public Constructors

public MacroDoesNotExist (String macroName, String msg)

Public Methods

public String getMacroName ()