|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xwiki.script.service.ScriptServiceNotFoundException
public class ScriptServiceNotFoundException
Thrown when a Script Service cannot be located.
| Constructor Summary | |
|---|---|
ScriptServiceNotFoundException(java.lang.String message)
Creates a new exception with the given message. |
|
ScriptServiceNotFoundException(java.lang.String message,
java.lang.Throwable throwable)
Creates a new exception with the given message, wrapping the specified throwable object. |
|
| 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 ScriptServiceNotFoundException(java.lang.String message)
message - the exception messageException.Exception(String)
public ScriptServiceNotFoundException(java.lang.String message,
java.lang.Throwable throwable)
message - the exception messagethrowable - the throwable object to wrapException.Exception(String, Throwable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||