scala.meta.internal.parsers.PlatformInvocationTargetException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parsers_2.12 Show documentation
Show all versions of parsers_2.12 Show documentation
Scalameta APIs for parsing and their baseline implementation
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