public class ShowMessageRuntimeExceptionHandler extends Object implements RuntimeExceptionHandler
| Constructor and Description |
|---|
ShowMessageRuntimeExceptionHandler(Component parentComponent) |
| Modifier and Type | Method and Description |
|---|---|
Component |
getParentComponent() |
void |
handleException(RuntimeException e) |
void |
handleOWLRuntimeException(org.semanticweb.owlapi.model.OWLRuntimeException e) |
void |
handlePatternSyntaxExcpetion(PatternSyntaxException e) |
public ShowMessageRuntimeExceptionHandler(Component parentComponent)
parentComponent - parentComponentpublic void handleOWLRuntimeException(org.semanticweb.owlapi.model.OWLRuntimeException e)
handleOWLRuntimeException in interface RuntimeExceptionHandlerpublic void handlePatternSyntaxExcpetion(PatternSyntaxException e)
handlePatternSyntaxExcpetion in interface RuntimeExceptionHandlerpublic void handleException(RuntimeException e)
handleException in interface RuntimeExceptionHandlerpublic Component getParentComponent()
Copyright © 2014 The University of Manchester. All Rights Reserved.