org.rhq.bundle.ant
Class InvalidBuildFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.bundle.ant.InvalidBuildFileException
All Implemented Interfaces:
Serializable

public class InvalidBuildFileException
extends Exception

This exception is thrown by AntLauncher to indicate parsing or validation errors for an RHQ bundle Ant build file.

Author:
Ian Springer
See Also:
Serialized Form

Constructor Summary
InvalidBuildFileException(String message)
           
InvalidBuildFileException(String message, Throwable cause)
           
InvalidBuildFileException(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

InvalidBuildFileException

public InvalidBuildFileException(Throwable cause)

InvalidBuildFileException

public InvalidBuildFileException(String message)

InvalidBuildFileException

public InvalidBuildFileException(String message,
                                 Throwable cause)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.