moo
Class MOOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--moo.MOOException

public class MOOException
extends Exception


Field Summary
 protected Stringdescription
           

Constructor Summary
MOOException()
           
MOOException(String desc)
           

Method Summary
 StringgetDescription()
           
 voidsetDescription(String propValue)
           
 StringtoString()
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Field Detail

description

protected String description
Constructor Detail

MOOException

public MOOException()

MOOException

public MOOException(String desc)
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String propValue)

toString

public String toString()