|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--edu.hust.go.model.GoException
Field Summary | |
(package private) java.lang.String |
msg
|
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
GoException(edu.hust.go.term.GO_term source,
edu.hust.go.term.GO_term target)
|
|
GoException(java.lang.String defFile,
byte parseType)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
java.lang.String msg
Constructor Detail |
public GoException(java.lang.String defFile, byte parseType)
public GoException(edu.hust.go.term.GO_term source, edu.hust.go.term.GO_term target)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |