|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
tk.exgerm.pluginmanager.ExGOSGiUpdateException
public class ExGOSGiUpdateException
Klasa koja predstavlja poseban exception, skup svih mogućih grešaka koje se mogu desiti tokom instalacije ili update-a plugina.
| Nested Class Summary | |
|---|---|
static class |
ExGOSGiUpdateException.ErrorType
Tipovi ishoda update-a. |
| Constructor Summary | |
|---|---|
ExGOSGiUpdateException(org.osgi.framework.Bundle bundle,
ExGOSGiUpdateException.ErrorType type,
String message)
Jedini konstruktor exceptiona kada se vrši update bundla. |
|
| Method Summary | |
|---|---|
org.osgi.framework.Bundle |
getBundle()
|
String |
getMessage()
|
ExGOSGiUpdateException.ErrorType |
getType()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 ExGOSGiUpdateException(org.osgi.framework.Bundle bundle,
ExGOSGiUpdateException.ErrorType type,
String message)
bundle - koji se updatujetype - tip greškemessage - poruka greške| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic ExGOSGiUpdateException.ErrorType getType()
public org.osgi.framework.Bundle getBundle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||