java.io.Serializablepublic class DeepInequalityException
extends java.lang.Exception
| Constructor | Description |
|---|---|
DeepInequalityException(java.lang.String message,
TreePath path) |
|
DeepInequalityException(java.lang.String message,
TreePath path,
java.lang.Throwable chainee) |
public DeepInequalityException(java.lang.String message,
TreePath path,
java.lang.Throwable chainee)
message - an exception messagepath - the path that gets from the root to the inequality
This is the constructor that I intend to have used for this
exception.public DeepInequalityException(java.lang.String message,
TreePath path)
message - an exception messagepath - the path that gets from the root to the inequality
This is the constructor that I intend to have used for this
exception.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.