org.jetbrains.kotlin.js.facade.exceptions
Class TranslationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jetbrains.kotlin.js.facade.exceptions.TranslationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MainFunctionNotFoundException, TranslationInternalException, UnsupportedFeatureException

public class TranslationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TranslationException(java.lang.String message)
           
TranslationException(java.lang.String message, java.lang.Exception cause)
           
TranslationException(java.lang.Throwable cause)
           
 
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(@NotNull
                            java.lang.String message)

TranslationException

public TranslationException(@NotNull
                            java.lang.Throwable cause)

TranslationException

public TranslationException(@NotNull
                            java.lang.String message,
                            @NotNull
                            java.lang.Exception cause)