net.sf.ant4eclipse.tools
Class BuildOrderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.ant4eclipse.tools.BuildOrderException
All Implemented Interfaces:
java.io.Serializable

public class BuildOrderException
extends java.lang.Exception

Thrown to indicate that the build order of an project set can not be resolved (e.g. because the project have cyclic dependencies).

See Also:
Serialized Form

Constructor Summary
BuildOrderException()
          Creates a new instance of type BuildOrderException
BuildOrderException(java.lang.String message)
          Creates a new instance of type BuildOrderException
BuildOrderException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of type BuildOrderException
BuildOrderException(java.lang.Throwable cause)
          Creates a new instance of type BuildOrderException
 
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

BuildOrderException

public BuildOrderException()
Creates a new instance of type BuildOrderException


BuildOrderException

public BuildOrderException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new instance of type BuildOrderException

Parameters:
message - the detail message
cause - the cause

BuildOrderException

public BuildOrderException(java.lang.String message)
Creates a new instance of type BuildOrderException

Parameters:
message - the detail message

BuildOrderException

public BuildOrderException(java.lang.Throwable cause)
Creates a new instance of type BuildOrderException

Parameters:
cause - the cause