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
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
nextCouldBeDatatypeName
public boolean nextCouldBeDatatypeName
recentHasValueProperty
public RDFProperty recentHasValueProperty
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
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.