ag
Class AGException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ag.AGException
All Implemented Interfaces:
java.io.Serializable

public class AGException
extends java.lang.Exception

AGException is a class for possible exceptions in AG Library.

Author:
Xiaoyi Ma
See Also:
Serialized Form

Constructor Summary
AGException(java.lang.String message)
           
 
Method Summary
 java.lang.String error()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AGException

public AGException(java.lang.String message)
Method Detail

error

public java.lang.String error()