net.sf.ant4eclipse.tools
Class MultipleFolderException

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

public class MultipleFolderException
extends java.lang.Exception

Indicates that a project contains more than one path of a specific "category" (outputpath, sourcepath, ...)

See Also:
Serialized Form

Constructor Summary
MultipleFolderException()
           
MultipleFolderException(java.lang.String message)
           
MultipleFolderException(java.lang.String message, java.lang.Throwable cause)
           
MultipleFolderException(java.lang.Throwable 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

MultipleFolderException

public MultipleFolderException()

MultipleFolderException

public MultipleFolderException(java.lang.String message)
Parameters:
message -

MultipleFolderException

public MultipleFolderException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message -
cause -

MultipleFolderException

public MultipleFolderException(java.lang.Throwable cause)
Parameters:
cause -