it.unimi.dsi.erw
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.unimi.dsi.erw.ParseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SemanticParseException, SyntacticParseException
public class ParseException
- extends Exception
All exceptions thrown during reification are descendant of this class.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException(String msg)