org.apache.tools.ant

Class ExitStatusException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ExitStatusException
    extends BuildException
    BuildException + exit status.
    Since:
    Ant 1.7
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ExitStatusException(int status)
      Constructs an ExitStatusException.
      ExitStatusException(java.lang.String msg, int status)
      Constructs an ExitStatusException.
      ExitStatusException(java.lang.String message, int status, Location location)
      Construct an exit status exception with location information too
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getStatus()
      Get the status code.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExitStatusException

        public ExitStatusException(int status)
        Constructs an ExitStatusException.
        Parameters:
        status - the associated status code
      • ExitStatusException

        public ExitStatusException(java.lang.String msg,
                                   int status)
        Constructs an ExitStatusException.
        Parameters:
        msg - the associated message
        status - the associated status code
      • ExitStatusException

        public ExitStatusException(java.lang.String message,
                                   int status,
                                   Location location)
        Construct an exit status exception with location information too
        Parameters:
        message - error message
        status - exit status
        location - exit location
    • Method Detail

      • getStatus

        public int getStatus()
        Get the status code.
        Returns:
        int