org.apache.maven.doxia.macro.manager
public class MacroNotFoundException extends Exception
Since: 1.0
Version: $Id: MacroNotFoundException.java 567311 2007-08-18 18:30:54Z vsiveton $
Constructor Summary | |
---|---|
MacroNotFoundException(String message)
Construct a new MacroNotFoundException with the specified detail message.
| |
MacroNotFoundException(Throwable cause)
Constructs a new MacroNotFoundException with the specified cause.
| |
MacroNotFoundException(String message, Throwable cause)
Construct a new MacroNotFoundException with the specified
detail message and cause.
|
Parameters: message The detailed message. This can later be retrieved by the Throwable.getMessage() method.
Parameters: cause the cause. This can be retrieved later by the Throwable.getCause() method. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
Parameters: message The detailed message. This can later be retrieved by the Throwable.getMessage() method. cause the cause. This can be retrieved later by the Throwable.getCause() method. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)