Class MultiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aksw.jena_sparql_api.rx.script.MultiException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiException(String message, Collection<Map.Entry<org.apache.jena.riot.Lang, Throwable>> langParseExceptions, Collection<Throwable> stmtParseExceptions) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringCollection<Map.Entry<org.apache.jena.riot.Lang,Throwable>> voidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultiException
public MultiException(String message, Collection<Map.Entry<org.apache.jena.riot.Lang, Throwable>> langParseExceptions, Collection<Throwable> stmtParseExceptions)
-
-
Method Details
-
getLangParseExceptions
-
getStmtParseExceptions
-
getEMessage
-
getMessage
- Overrides:
getMessagein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-