edu.stanford.smi.protegex.owl.jena.parser
Class ProtegeOWLParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byedu.stanford.smi.protegex.owl.jena.parser.ProtegeOWLParserException
All Implemented Interfaces:
Serializable

public class ProtegeOWLParserException
extends RuntimeException

Author:
Holger Knublauch
See Also:
Serialized Form

Field Summary
private  String message
           
private  String suggestion
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ProtegeOWLParserException(String message, String suggestion)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

private String message

suggestion

private String suggestion
Constructor Detail

ProtegeOWLParserException

public ProtegeOWLParserException(String message,
                                 String suggestion)
Method Detail

toString

public String toString()