Class AssertionFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AssertionFailedException
    extends org.apache.tools.ant.BuildException
    Specialized BuildException thrown by the AssertTask task.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_MESSAGE  
    • Method Summary

      • Methods inherited from class org.apache.tools.ant.BuildException

        getException, getLocation, of, setLocation, toString
      • 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
    • Field Detail

    • Constructor Detail

      • AssertionFailedException

        public AssertionFailedException​(java.lang.String message)
      • AssertionFailedException

        public AssertionFailedException​(java.lang.String message,
                                        org.apache.tools.ant.Location loc)
      • AssertionFailedException

        public AssertionFailedException​(java.lang.String message,
                                        org.apache.tools.ant.BuildException e)