cvm.ucm.handlers.exception
Class MacroNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cvm.ucm.handlers.exception.MacroNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class MacroNotFoundException
extends java.lang.Exception

This class represents the exception thrown by the macro loader when a given macro could not be found in the repository

Author:
Guangqiang Zhao
See Also:
Serialized Form

Constructor Summary
MacroNotFoundException(java.lang.String macro)
           
 
Method Summary
 java.lang.String getMacroName()
          This method returns the name of the missed macro
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MacroNotFoundException

public MacroNotFoundException(java.lang.String macro)
Method Detail

getMacroName

public java.lang.String getMacroName()
This method returns the name of the missed macro

Returns:
name of the missed macro