Package org.apache.jena.shared
Class BadBooleanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.shared.JenaException
-
- org.apache.jena.shared.BadBooleanException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadBooleanException extends JenaException
Exception to throw when a string cannot be converted to a Boolean value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadBooleanException(java.lang.String spelling)
-