|
Joram 5.0.7 | ||||||||
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.objectweb.joram.shared.excepts.MomException
public class MomException
The MomException
class is the exception class thrown by the
MOM actors.
Field Summary | |
---|---|
protected int |
type
|
Constructor Summary | |
---|---|
MomException(int type,
java.lang.String info)
|
|
MomException(java.lang.String info)
Constructs a MomException containing a given description. |
Method Summary | |
---|---|
int |
getType()
|
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 |
Field Detail |
---|
protected int type
Constructor Detail |
---|
public MomException(int type, java.lang.String info)
public MomException(java.lang.String info)
MomException
containing a given description.
Method Detail |
---|
public int getType()
|
Joram 5.0.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |