org.apache.maven.doxia.parser.manager
Class ParserNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.doxia.parser.manager.ParserNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ParserNotFoundException
extends java.lang.Exception

Version:
$Id:ParserNotFoundException.java 348605 2005-11-24 12:02:44 +1100 (Thu, 24 Nov 2005) brett $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
ParserNotFoundException(java.lang.String message)
           
ParserNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
ParserNotFoundException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserNotFoundException

public ParserNotFoundException(java.lang.String message)

ParserNotFoundException

public ParserNotFoundException(java.lang.Throwable cause)

ParserNotFoundException

public ParserNotFoundException(java.lang.String message,
                               java.lang.Throwable cause)


Copyright © {inceptionYear}-2006 null. All Rights Reserved.