| java.lang.Object java.lang.Throwable java.lang.Exception de.uka.ilkd.key.proof.SVInstantiationException de.uka.ilkd.key.proof.SVInstantiationExceptionWithPosition
All known Subclasses: de.uka.ilkd.key.proof.SVInstantiationParserException, de.uka.ilkd.key.proof.MissingInstantiationException, de.uka.ilkd.key.proof.SortMismatchException, de.uka.ilkd.key.proof.MissingSortException, de.uka.ilkd.key.proof.SVRigidnessException,
SVInstantiationExceptionWithPosition | abstract public class SVInstantiationExceptionWithPosition extends SVInstantiationException (Code) | | Represents an exception with position information. The row position is
absolut this means, if in a table it is the row of the table, but the column
position is relative to the text and does not describe the column of the
table. (has to be changed)
|
SVInstantiationExceptionWithPosition | public SVInstantiationExceptionWithPosition(String description, int row, int column, boolean inIfSequent)(Code) | | |
getColumn | public int getColumn()(Code) | | |
getRow | public int getRow()(Code) | | |
inIfSequent | public boolean inIfSequent()(Code) | | |
toString | public String toString()(Code) | | Returns a string representation of this exception.
|
|
|