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

org.opalj.br.instructions.BranchoffsetOutOfBoundsException.scala Maven / Gradle / Ivy

The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br
package instructions

case class BranchoffsetOutOfBoundsException(
        labeledInstruction: LabeledInstruction
) extends RuntimeException(
    s"resolving the branchoffset of $labeledInstruction resulted in an invalid branchoffset"
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy