Class AssertException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AssertException
    extends org.apache.tools.ant.BuildException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEBUG  
      static int ERROR  
      static int INFO  
      static int WARN  
    • Constructor Summary

      Constructors 
      Constructor Description
      AssertException()  
      AssertException​(int level)  
      AssertException​(java.lang.String message)  
      AssertException​(java.lang.String message, int level)  
      AssertException​(java.lang.String message, java.lang.Throwable cause)  
      AssertException​(java.lang.String message, java.lang.Throwable cause, int level)  
      AssertException​(java.lang.String message, java.lang.Throwable cause, org.apache.tools.ant.Location location)  
      AssertException​(java.lang.String message, java.lang.Throwable cause, org.apache.tools.ant.Location location, int level)  
      AssertException​(java.lang.String message, org.apache.tools.ant.Location location)  
      AssertException​(java.lang.String message, org.apache.tools.ant.Location location, int level)  
      AssertException​(java.lang.Throwable cause)  
      AssertException​(java.lang.Throwable cause, int level)  
      AssertException​(java.lang.Throwable cause, org.apache.tools.ant.Location location)  
      AssertException​(java.lang.Throwable cause, org.apache.tools.ant.Location location, int level)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLevel()  
      void setLevel​(int level)  
      • Methods inherited from class org.apache.tools.ant.BuildException

        getException, getLocation, 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
    • Constructor Detail

      • AssertException

        public AssertException()
      • AssertException

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

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

        public AssertException​(java.lang.String message,
                               java.lang.Throwable cause)
      • AssertException

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

        public AssertException​(java.lang.Throwable cause)
      • AssertException

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

        public AssertException​(int level)
      • AssertException

        public AssertException​(java.lang.String message,
                               int level)
      • AssertException

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

        public AssertException​(java.lang.String message,
                               java.lang.Throwable cause,
                               int level)
      • AssertException

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

        public AssertException​(java.lang.Throwable cause,
                               int level)
      • AssertException

        public AssertException​(java.lang.Throwable cause,
                               org.apache.tools.ant.Location location,
                               int level)
    • Method Detail

      • setLevel

        public void setLevel​(int level)
      • getLevel

        public int getLevel()