|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.FormatException
public class FormatException
The Class FormatException.
| Constructor Summary | |
|---|---|
FormatException()
Instantiates a new format exception. |
|
FormatException(String arg0)
Instantiates a new format exception. |
|
FormatException(String arg0,
Throwable arg1)
Instantiates a new format exception. |
|
FormatException(Throwable arg0)
Instantiates a new format exception. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormatException()
public FormatException(String arg0,
Throwable arg1)
arg0 - the arg0arg1 - the arg1public FormatException(String arg0)
arg0 - the arg0public FormatException(Throwable arg0)
arg0 - the arg0
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||