edu.hust.go.model
Class GoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.hust.go.model.GoException
All Implemented Interfaces:
java.io.Serializable

public class GoException
extends java.lang.Exception

See Also:
Serialized Form

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

msg

java.lang.String msg
Constructor Detail

GoException

public GoException(java.lang.String defFile,
                   byte parseType)

GoException

public GoException(edu.hust.go.term.GO_term source,
                   edu.hust.go.term.GO_term target)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable