org.semanticweb.owl.io.abstract_syntax
Class SomeUndefinedOWLPropertyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.semanticweb.owl.model.OWLException
|
+--org.semanticweb.owl.io.abstract_syntax.SomeUndefinedOWLPropertyException
- All Implemented Interfaces:
- Serializable
- public class SomeUndefinedOWLPropertyException
- extends OWLException
SomeUndefinedOWLPropertyException.java.
- Version:
- $Id: SomeUndefinedOWLPropertyException.java,v 1.1 2003/12/01 17:06:10 dturi Exp $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SomeUndefinedOWLPropertyException
public SomeUndefinedOWLPropertyException(int propertyType)
- Creates a new
SomeUndefinedOWLPropertyException instance
and sets the propertyType property.
- Parameters:
propertyType - one of
ANTLRParser.DATA_PROP_INT,
ANTLRParser.OBJ_PROP_INT,
ANTLRParser.ANN_PROP_INT,
ANTLRParser.ONT_PROP_INT.
getPropertyType
public int getPropertyType()
- Gets the value of the property
propertyType,
which is set by SomeUndefinedOWLPropertyException(int).
WonderWeb