issrg.editor2.ontology.importer
Class PolicyImportException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnparsedTextException

public class PolicyImportException
extends PolicyOntologyException

See Also:
Serialized Form

Constructor Summary
PolicyImportException(java.lang.String message)
           
PolicyImportException(java.lang.String message, java.lang.Throwable cause)
           
PolicyImportException(java.lang.Throwable cause)
           
 
Method Summary
 
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

PolicyImportException

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

PolicyImportException

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

PolicyImportException

public PolicyImportException(java.lang.Throwable cause)
Parameters:
cause -