gart.exception
Class GartException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gart.exception.GartException
All Implemented Interfaces:
java.io.Serializable

public class GartException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
GartException()
          Empty constructor, uses default message.
GartException(java.lang.String msg)
          Constructor that takes an message as argument.
 
Method Summary
 java.lang.String getMessage()
          Method for fetching the error message.
 void setMessage(java.lang.String msg)
          Method for setting message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GartException

public GartException(java.lang.String msg)
Constructor that takes an message as argument.

GartException

public GartException()
Empty constructor, uses default message.
Method Detail

getMessage

public java.lang.String getMessage()
Method for fetching the error message.
Overrides:
getMessage in class java.lang.Throwable

setMessage

public void setMessage(java.lang.String msg)
Method for setting message.