org.semanticweb.owl.io
Class ParserException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.semanticweb.owl.model.OWLException
|
+--org.semanticweb.owl.io.ParserException
- All Implemented Interfaces:
- Serializable
- public class ParserException
- extends OWLException
ParserException.java
Created: Thu Dec 19 15:57:01 2002
- Version:
- $Id: ParserException.java,v 1.1.1.1 2003/10/14 17:10:08 sean_bechhofer Exp $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParserException
public ParserException(String message)
ParserException
public ParserException(String string,
Exception e)
- Exception that has another Exception as a cause
- Parameters:
string - - the messagee - - the causing exception
ParserException
public ParserException(String string,
Exception e,
int code)
- Exception that has another Exception as a cause
- Parameters:
string - - the messagee - - the causing exception
getCode
public int getCode()
WonderWeb