issrg.editor2.ontology.importer
Class UnparsedTextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
issrg.editor2.ontology.PolicyOntologyException
issrg.editor2.ontology.importer.PolicyImportException
issrg.editor2.ontology.importer.UnparsedTextException
- All Implemented Interfaces:
- java.io.Serializable
public class UnparsedTextException
- extends PolicyImportException
- Author:
- Lei Lei Shi
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getText()
|
void |
setText(java.lang.String text)
|
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 |
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
-
getText
public java.lang.String getText()
- Returns:
- the text
setText
public void setText(java.lang.String text)
- Parameters:
text
- the text to set