|
Mobile Tools for Java Release 1.0 |
||||||||||
| 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.eclipse.mtj.core.project.midp.ProjectConvertionException
public class ProjectConvertionException
ProjectConvertionException Class wraps exceptions during a project conversion process.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.
| Constructor Summary | |
|---|---|
ProjectConvertionException(String message)
Constructs a new ProjectConvertionException with the specified detail message. |
|
ProjectConvertionException(String message,
Throwable throwable)
Constructs a new ProjectConvertionException with the specified detail message and 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectConvertionException(String message,
Throwable throwable)
Note that the detail message associated with cause is
not automatically incorporated in this exception's detail message.
message - the detail message (which is saved for later retrieval by
the Throwable.getMessage() method).throwable - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.) Creates a ProjectConvertionException instance.message - error message.throwable - wrapped throwable.public ProjectConvertionException(String message)
Throwable.initCause(java.lang.Throwable).
message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.
|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||