org.apache.maven.doxia.site.module.manager
Class SiteModuleNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.doxia.site.module.manager.SiteModuleNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SiteModuleNotFoundException
extends java.lang.Exception

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

Constructor Summary
SiteModuleNotFoundException(java.lang.String message)
           
SiteModuleNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
SiteModuleNotFoundException(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

SiteModuleNotFoundException

public SiteModuleNotFoundException(java.lang.String message)

SiteModuleNotFoundException

public SiteModuleNotFoundException(java.lang.Throwable cause)

SiteModuleNotFoundException

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


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