All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalan.Exceptions.scala Maven / Gradle / Ivy

The newest version!
package scalan

/**
  * Can be thrown in staged method body to prevent body unfolding.
  * When this exception is thrown, the caller can catch it and reify
  * this invocation as MethodCall graph node.
  */
class DelayInvokeException extends Exception {
  override def fillInStackTrace(): Throwable = this  // to avoid spending time on recording stack trace
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy