public class MalformedLiteralException extends RuntimeException
| Constructor and Description |
|---|
MalformedLiteralException(String lexicalForm,
org.semanticweb.owlapi.model.IRI datatypeURI) |
MalformedLiteralException(String lexicalForm,
org.semanticweb.owlapi.model.IRI datatypeURI,
Throwable cause) |
MalformedLiteralException(String lexicalForm,
String datatypeURI) |
MalformedLiteralException(String lexicalForm,
String datatypeURI,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedLiteralException(String lexicalForm, String datatypeURI)
lexicalForm - lexicalFormdatatypeURI - datatypeURIpublic MalformedLiteralException(String lexicalForm, String datatypeURI, Throwable cause)
lexicalForm - lexicalFormdatatypeURI - datatypeURIcause - causepublic MalformedLiteralException(String lexicalForm, org.semanticweb.owlapi.model.IRI datatypeURI)
lexicalForm - lexicalFormdatatypeURI - datatypeURICopyright © 2020. All rights reserved.