|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hippoecm.hst.core.container.ModuleNotFoundException
public class ModuleNotFoundException
The ModuleNotFoundException class defines a exception
for not found addon module
| 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 |
|---|
public ModuleNotFoundException()
public ModuleNotFoundException(String message)
message - the exception messagepublic ModuleNotFoundException(Throwable nested)
nested - the nested exception
public ModuleNotFoundException(String msg,
Throwable nested)
msg - the exception messagenested - the nested exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||