org.hudsonci.utils.tasks
Class UnsupportedProjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hudsonci.utils.tasks.UnsupportedProjectException
All Implemented Interfaces:
Serializable

public class UnsupportedProjectException
extends RuntimeException

Indicates that an operation on a sub-class of AbstractProject is not supported by a project type.

Since:
2.1.0
Author:
Jamie Whitehouse
See Also:
Serialized Form

Constructor Summary
UnsupportedProjectException(AbstractProject project)
           
UnsupportedProjectException(AbstractProject project, String moreDetail)
           
 
Method Summary
 AbstractProject getProject()
           
 
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

UnsupportedProjectException

public UnsupportedProjectException(AbstractProject project)

UnsupportedProjectException

public UnsupportedProjectException(AbstractProject project,
                                   String moreDetail)
Method Detail

getProject

public AbstractProject getProject()


Copyright © 2004-2011 Hudson. All Rights Reserved.