java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.ontapi.OntJenaException
org.apache.jena.ontapi.OntJenaException.IllegalArgument
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OntJenaException
A Jena exception that indicates wrong input.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jena.ontapi.OntJenaException
OntJenaException.Conversion, OntJenaException.Creation, OntJenaException.IllegalArgument, OntJenaException.IllegalCall, OntJenaException.IllegalState, OntJenaException.Recursion, OntJenaException.Unsupported
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalArgument
(String message) IllegalArgument
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.jena.ontapi.OntJenaException
checkFalse, checkNotNull, checkNotNull, checkSupported, checkSupported, checkTrue, notNull, notNull, TODO
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalArgument
public IllegalArgument() -
IllegalArgument
-
IllegalArgument
-