de.dfleischhacker.uni.thesis.utils.ontology.nominals
Class TranscriptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.dfleischhacker.uni.thesis.utils.ontology.nominals.TranscriptionException
All Implemented Interfaces:
java.io.Serializable

public class TranscriptionException
extends java.lang.Exception

Exception to be thrown by NominalAxiomTranscriber on an error. Made as replacement for the previously used exception.

See Also:
Serialized Form

Constructor Summary
TranscriptionException(java.lang.String message)
           
 
Method Summary
 
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

TranscriptionException

public TranscriptionException(java.lang.String message)