ise.antelope.tasks
Class AssertException

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

public class AssertException
extends org.apache.tools.ant.BuildException

See Also:
Serialized Form

Field Summary
static int DEBUG
           
static int ERROR
           
static int INFO
           
static int WARN
           
 
Constructor Summary
AssertException()
           
AssertException(int level)
           
AssertException(java.lang.String message)
           
AssertException(java.lang.String message, 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.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.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
 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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERROR

public static final int ERROR
See Also:
Constant Field Values

WARN

public static final int WARN
See Also:
Constant Field Values

DEBUG

public static final int DEBUG
See Also:
Constant Field Values

INFO

public static final int INFO
See Also:
Constant Field Values
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()