org.jetbrains.kotlin.util
Class ReenteringLazyValueComputationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jetbrains.kotlin.util.ReenteringLazyValueComputationException
All Implemented Interfaces:
java.io.Serializable

public class ReenteringLazyValueComputationException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ReenteringLazyValueComputationException()
           
 
Method Summary
 java.lang.Throwable fillInStackTrace()
           
 
Methods inherited from class java.lang.Throwable
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

ReenteringLazyValueComputationException

public ReenteringLazyValueComputationException()
Method Detail

fillInStackTrace

@NotNull
public java.lang.Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class java.lang.Throwable