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

scala.meta.internal.parsers.PlatformInvocationTargetException.scala Maven / Gradle / Ivy

There is a newer version: 4.12.2
Show newest version
package scala.meta
package internal
package parsers

import java.lang.reflect.InvocationTargetException

object PlatformInvocationTargetException {
  import Absolutize._

  def unapply(e: InvocationTargetException): Option[Throwable] =
    Option(new InvocationTargetException(e.getTargetException.absolutize, e.getMessage))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy