issrg.editor2.ontology.importer
Class UnparsedTextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.editor2.ontology.PolicyOntologyException
              extended by issrg.editor2.ontology.importer.PolicyImportException
                  extended by issrg.editor2.ontology.importer.UnparsedTextException
All Implemented Interfaces:
java.io.Serializable

public class UnparsedTextException
extends PolicyImportException

Author:
Lei Lei Shi
See Also:
Serialized Form

Constructor Summary
UnparsedTextException(java.lang.String message)
           
UnparsedTextException(java.lang.String message, java.lang.String text, java.lang.Throwable cause)
           
UnparsedTextException(java.lang.String message, java.lang.Throwable cause)
           
UnparsedTextException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getText()
           
 void setText(java.lang.String text)
           
 
Methods inherited from class issrg.editor2.ontology.PolicyOntologyException
getOntology
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnparsedTextException

public UnparsedTextException(java.lang.String message,
                             java.lang.String text,
                             java.lang.Throwable cause)
Parameters:
message -
cause -
text -

UnparsedTextException

public UnparsedTextException(java.lang.String message,
                             java.lang.Throwable cause)
Parameters:
message -
cause -

UnparsedTextException

public UnparsedTextException(java.lang.String message)
Parameters:
message -

UnparsedTextException

public UnparsedTextException(java.lang.Throwable cause)
Parameters:
cause -
Method Detail

getText

public java.lang.String getText()
Returns:
the text

setText

public void setText(java.lang.String text)
Parameters:
text - the text to set