NoIntegerCocycleException

org.appliedtopology.tda4j.homology.NoIntegerCocycleException
class NoIntegerCocycleException(message: String) extends RuntimeException

No valid Z-lift of the chosen cocycle exists for the chosen prime -- either the underlying cohomology class is genuinely torsion (no real/integer lift can exist at any prime -- an RP²-type class is the standard example), or prime was too small relative to the true integer cocycle's own magnitudes for the mod-prime reduction to be injective on the relevant range (retry with a larger prime). Thrown rather than silently coordinatizing against a mod-prime mirage -- see .claude/WORKLOG-mainstream-feature-gap-analysis.md item 2's own framing: "∂(ℤ-lift) = 0 must be a runtime check, not assumed."

Attributes

Experimental
true
Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit

Attributes

Inherited from:
Throwable
def fillInStackTrace(): Throwable

Attributes

Inherited from:
Throwable
def getCause(): Throwable

Attributes

Inherited from:
Throwable
def getLocalizedMessage(): String

Attributes

Inherited from:
Throwable
def getMessage(): String

Attributes

Inherited from:
Throwable
def getStackTrace(): Array[StackTraceElement]

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable
def initCause(x$0: Throwable): Throwable

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintWriter): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(): Unit

Attributes

Inherited from:
Throwable
def setStackTrace(x$0: Array[StackTraceElement]): Unit

Attributes

Inherited from:
Throwable
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Throwable