tk.exgerm.pluginmanager
Class ExGOSGiUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tk.exgerm.pluginmanager.ExGOSGiUpdateException
- All Implemented Interfaces:
- Serializable
public class ExGOSGiUpdateException
- extends Exception
Klasa koja predstavlja poseban exception, skup svih mogućih grešaka
koje se mogu desiti tokom instalacije ili update-a plugina.
- See Also:
- Serialized Form
ExGOSGiUpdateException
public ExGOSGiUpdateException(org.osgi.framework.Bundle bundle,
ExGOSGiUpdateException.ErrorType type,
String message)
- Jedini konstruktor exceptiona kada se vrši update bundla.
- Parameters:
bundle
- koji se updatujetype
- tip greškemessage
- poruka greške
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getType
public ExGOSGiUpdateException.ErrorType getType()
getBundle
public org.osgi.framework.Bundle getBundle()