|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ow2.jasmine.jadort.client.JadortServiceExceptionWithInfo
public class JadortServiceExceptionWithInfo
This exception class is the one that ActionScript likes, since it uses
getInfo() and not
Throwable.getMessage().
| Constructor Summary | |
|---|---|
JadortServiceExceptionWithInfo(java.lang.String info)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getInfo()
Returns this exception's info |
void |
setInfo(java.lang.String info)
Sets this exception's info |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JadortServiceExceptionWithInfo(java.lang.String info)
| Method Detail |
|---|
public java.lang.String getInfo()
public void setInfo(java.lang.String info)
info - Information about the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||