org.apache.maven.doxia.parser.manager
public class ParserNotFoundException extends Exception
Since: 1.0
Version: $Id: ParserNotFoundException.java 567311 2007-08-18 18:30:54Z vsiveton $
Constructor Summary | |
---|---|
ParserNotFoundException(String message)
Construct a new ParserNotFoundException with the specified detail message.
| |
ParserNotFoundException(Throwable cause)
Constructs a new exception with the specified cause. | |
ParserNotFoundException(String message, Throwable cause)
Construct a new ParserNotFoundException 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.)