public class CollectRuntimeExceptionHandler extends Object implements RuntimeExceptionHandler
| Constructor and Description |
|---|
CollectRuntimeExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
Set<RuntimeException> |
getExceptions() |
void |
handleException(RuntimeException e) |
void |
handleOWLRuntimeException(org.semanticweb.owlapi.model.OWLRuntimeException e) |
void |
handlePatternSyntaxExcpetion(PatternSyntaxException e) |
public void handleOWLRuntimeException(org.semanticweb.owlapi.model.OWLRuntimeException e)
handleOWLRuntimeException in interface RuntimeExceptionHandlere - epublic void handlePatternSyntaxExcpetion(PatternSyntaxException e)
handlePatternSyntaxExcpetion in interface RuntimeExceptionHandlere - epublic void handleException(RuntimeException e)
handleException in interface RuntimeExceptionHandlere - epublic Set<RuntimeException> getExceptions()
Copyright © 2015 The University of Manchester. All Rights Reserved.