|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.mit.csail.sdg.alloy4.Err
public abstract class Err
Immutable; this is the abstract parent class of the various possible errors.
Field Summary | |
---|---|
java.lang.String |
msg
The actual error message (never null) |
Pos |
pos
This stores the filename/line/column information (Pos.UNKNOWN if unknown) (never null) |
Method Summary | |
---|---|
java.lang.String |
dump()
Returns this exception type, its error message, and its complete stack trace as a String. |
boolean |
equals(java.lang.Object other)
Two Err objects are equal if the type, position, and message are the same. |
int |
hashCode()
Returns a hash code consistent with equals() |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Pos pos
public final java.lang.String msg
Method Detail |
---|
public final boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public final java.lang.String dump()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |