| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--moo.MOOException
Field Summary | |
protected String | description |
Constructor Summary | |
MOOException() | |
MOOException(String desc) |
Method Summary | |
String | getDescription() |
void | setDescription(String propValue) |
String | toString() |
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 |
protected String description
Constructor Detail |
public MOOException()
public MOOException(String desc)
Method Detail |
public String getDescription()
public void setDescription(String propValue)
public String toString()
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |