public class GenericExceptionContext extends Object implements ExceptionContext
| Constructor and Description |
|---|
GenericExceptionContext(SpongeEngine engine,
String sourceName) |
GenericExceptionContext(SpongeEngine engine,
String sourceName,
Object sourceObject) |
| Modifier and Type | Method and Description |
|---|---|
SpongeEngine |
getEngine() |
String |
getSourceName() |
Object |
getSourceObject() |
public GenericExceptionContext(SpongeEngine engine, String sourceName)
public GenericExceptionContext(SpongeEngine engine, String sourceName, Object sourceObject)
public SpongeEngine getEngine()
getEngine in interface ExceptionContextpublic String getSourceName()
getSourceName in interface ExceptionContextpublic Object getSourceObject()
getSourceObject in interface ExceptionContextCopyright © 2016–2021 Softelnet. All rights reserved.