org.eclipse.gmt.weaver.exception
Class WeaverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.gmt.weaver.exception.WeaverException
All Implemented Interfaces:
java.io.Serializable

public class WeaverException
extends org.eclipse.core.runtime.CoreException

This class is an Exception based on CoreException for the weaver

Since:
1.0
See Also:
Serialized Form

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(org.eclipse.core.runtime.IStatus status)
          Creates a new exception for the weaver
 
Method Summary
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeaverException

public WeaverException(org.eclipse.core.runtime.IStatus status)
Creates a new exception for the weaver

Parameters:
status - the status

WeaverException

public WeaverException(int status,
                       java.lang.String message)
Creates a new exception for the weaver

Parameters:
status - the status (IStatus.OK, IStatus.INFO, IStatus.WARNING, IStatus.ERROR, IStatus.CANCEL)

WeaverException

public WeaverException(int status,
                       java.lang.String message,
                       java.lang.Exception exception)
Creates a new exception for the weaver

Parameters:
status - the status (IStatus.OK, IStatus.INFO, IStatus.WARNING, IStatus.ERROR, IStatus.CANCEL)

WeaverException

public WeaverException(int status,
                       java.lang.Exception exception)
Creates a new exception for the weaver

Parameters:
status - the status (IStatus.OK, IStatus.INFO, IStatus.WARNING, IStatus.ERROR, IStatus.CANCEL)