|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
unsw.cse.mica.MicaException
public abstract class MicaException
An abstract superclass for exceptions used within Mica. Exception chaining is implemented in this class to enable compilation within J2ME CDC, which is only Java 1.3 compatible (Exception chaining is part of Java 1.4)
Constructor Summary | |
---|---|
MicaException(java.lang.String message)
Create a new MicaException with the given description |
|
MicaException(java.lang.String message,
java.lang.Throwable cause)
Create a chaining MicaException with the given description and cause |
|
MicaException(java.lang.Throwable cause)
Create a chaining MicaException with the given cause |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MicaException(java.lang.String message)
message
- the description of the problempublic MicaException(java.lang.String message, java.lang.Throwable cause)
message
- the description of the problemcause
- the actual throwablepublic MicaException(java.lang.Throwable cause)
cause
- the actual throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |