Class MacroDoesNotExist

  • All Implemented Interfaces:
    java.io.Serializable

    public class MacroDoesNotExist
    extends java.lang.Exception
    An exception that indicates that the requested macro is not defined for this context.
    Since:
    MicroStrategy Web 9.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MacroDoesNotExist​(java.lang.String macroName, java.lang.String msg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMacroName()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • MacroDoesNotExist

        public MacroDoesNotExist​(java.lang.String macroName,
                                 java.lang.String msg)
    • Method Detail

      • getMacroName

        public java.lang.String getMacroName()