Class AssertException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tools.ant.BuildException
ise.antelope.tasks.AssertException
All Implemented Interfaces:
Serializable

public class AssertException extends org.apache.tools.ant.BuildException
See Also:
  • Field Details

  • Constructor Details

    • AssertException

      public AssertException()
    • AssertException

      public AssertException(String message)
    • AssertException

      public AssertException(String message, org.apache.tools.ant.Location location)
    • AssertException

      public AssertException(String message, Throwable cause)
    • AssertException

      public AssertException(String message, Throwable cause, org.apache.tools.ant.Location location)
    • AssertException

      public AssertException(Throwable cause)
    • AssertException

      public AssertException(Throwable cause, org.apache.tools.ant.Location location)
    • AssertException

      public AssertException(int level)
    • AssertException

      public AssertException(String message, int level)
    • AssertException

      public AssertException(String message, org.apache.tools.ant.Location location, int level)
    • AssertException

      public AssertException(String message, Throwable cause, int level)
    • AssertException

      public AssertException(String message, Throwable cause, org.apache.tools.ant.Location location, int level)
    • AssertException

      public AssertException(Throwable cause, int level)
    • AssertException

      public AssertException(Throwable cause, org.apache.tools.ant.Location location, int level)
  • Method Details

    • setLevel

      public void setLevel(int level)
    • getLevel

      public int getLevel()