edu.stanford.smi.protegex.owl.model.classparser
Class OWLClassParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.stanford.smi.protegex.owl.model.classparser.OWLClassParseException
- All Implemented Interfaces:
- Serializable
- public class OWLClassParseException
- extends Exception
An Exception thrown by an OWLClassParser, providing additional information that can be
used to guide user input.
- Author:
- Holger Knublauch
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
currentToken
public String currentToken
nextCouldBeClass
public boolean nextCouldBeClass
nextCouldBeIndividual
public boolean nextCouldBeIndividual
nextCouldBeProperty
public boolean nextCouldBeProperty
recentHasValueProperty
public RDFProperty recentHasValueProperty
recentInstance
private static OWLClassParseException recentInstance
OWLClassParseException
public OWLClassParseException(String message)
getRecentInstance
public static OWLClassParseException getRecentInstance()
- Gets the most recently created exception of this type.
This can be used to guide input in text fields etc.
- Returns:
- the most recently created exception