Class MacroNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class MacroNotFoundException
    extends MacroLookupException
    Error to signify that the macro doesn't exist.
    Since:
    4.3M1
    Version:
    $Id: 58c0e756f15142243b4670b17e780d98acba39aa $
    See Also:
    Serialized Form
    • Constructor Detail

      • MacroNotFoundException

        public MacroNotFoundException​(String message)
        Parameters:
        message - the detail message.
      • MacroNotFoundException

        public MacroNotFoundException​(String message,
                                      Throwable cause)
        Parameters:
        message - the detail message.
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown