|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCoreException
org.eclipse.weaver.exception.WeaverException
This class is an Exception based on CoreException for the weaver
Constructor Summary | |
WeaverException(int status,
java.lang.Exception exception)
Creates a new exception for the weaver |
|
WeaverException(int status,
java.lang.String message)
Creates a new exception for the weaver |
|
WeaverException(int status,
java.lang.String message,
java.lang.Exception exception)
Creates a new exception for the weaver |
|
WeaverException(IStatus status)
Creates a new exception for the weaver |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WeaverException(IStatus status)
status
- the statuspublic WeaverException(int status, java.lang.String message)
status
- the status (IStatus.OK, IStatus.INFO, IStatus.WARNING, IStatus.ERROR, IStatus.CANCEL)public WeaverException(int status, java.lang.String message, java.lang.Exception exception)
status
- the status (IStatus.OK, IStatus.INFO, IStatus.WARNING, IStatus.ERROR, IStatus.CANCEL)public WeaverException(int status, java.lang.Exception exception)
status
- the status (IStatus.OK, IStatus.INFO, IStatus.WARNING, IStatus.ERROR, IStatus.CANCEL)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |