edu.cs.ai.kreator.logic
Class TranslationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.cs.ai.kreator.exceptions.KreatorException
              extended by edu.cs.ai.kreator.logic.TranslationException
All Implemented Interfaces:
java.io.Serializable

public class TranslationException
extends KreatorException

Exception is thrown if the translation of the foreign logic to KReator logic or vice versa fails.

Author:
Tim Janus
See Also:
Serialized Form

Constructor Summary
TranslationException(java.lang.String msg)
           
 
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

TranslationException

public TranslationException(java.lang.String msg)