org.hippoecm.hst.core.container
Class ModuleNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hippoecm.hst.core.container.ModuleNotFoundException
All Implemented Interfaces:
Serializable

public class ModuleNotFoundException
extends RuntimeException

The ModuleNotFoundException class defines a exception for not found addon module

Version:
$Id$
See Also:
Serialized Form

Constructor Summary
ModuleNotFoundException()
          Constructs a new ModuleNotFoundException exception.
ModuleNotFoundException(String message)
          Constructs a new ModuleNotFoundException exception with the given message.
ModuleNotFoundException(String msg, Throwable nested)
          Constructs a new ModuleNotFoundException exception when the container needs to do the following: throw an exception include the "nested" exception include a description message
ModuleNotFoundException(Throwable nested)
          Constructs a new ModuleNotFoundException exception with the nested exception.
 
Method Summary
 
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

ModuleNotFoundException

public ModuleNotFoundException()
Constructs a new ModuleNotFoundException exception.


ModuleNotFoundException

public ModuleNotFoundException(String message)
Constructs a new ModuleNotFoundException exception with the given message.

Parameters:
message - the exception message

ModuleNotFoundException

public ModuleNotFoundException(Throwable nested)
Constructs a new ModuleNotFoundException exception with the nested exception.

Parameters:
nested - the nested exception

ModuleNotFoundException

public ModuleNotFoundException(String msg,
                               Throwable nested)
Constructs a new ModuleNotFoundException exception when the container needs to do the following:

Parameters:
msg - the exception message
nested - the nested exception


Copyright © 2008-2012 Hippo. All Rights Reserved.