|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
junit.framework.AssertionFailedError
org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
JellyAssertionFailedError
is
a JUnit AssertionFailedError which is LocationAware so that it can include
details of where in the JellyUnit test case that the failure occurred.
Field Summary | |
private java.lang.Throwable |
cause
the underlying cause of the exception |
private int |
columnNumber
the column number in the script of the error |
private java.lang.String |
elementName
the tag name which caused the problem |
private java.lang.String |
fileName
the Jelly file which caused the problem |
private int |
lineNumber
the line number in the script of the error |
Fields inherited from class java.lang.Error |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
JellyAssertionFailedError()
|
|
JellyAssertionFailedError(java.lang.String message)
|
|
JellyAssertionFailedError(java.lang.String message,
java.lang.Throwable cause)
|
|
JellyAssertionFailedError(java.lang.Throwable cause)
|
Method Summary | |
java.lang.Throwable |
getCause()
|
int |
getColumnNumber()
|
java.lang.String |
getElementName()
|
java.lang.String |
getFileName()
|
int |
getLineNumber()
|
java.lang.String |
getMessage()
|
java.lang.String |
getReason()
|
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream s)
|
void |
printStackTrace(java.io.PrintWriter s)
|
void |
setColumnNumber(int columnNumber)
Sets the column number of the tag |
void |
setElementName(java.lang.String elementName)
Sets the element name which caused the problem |
void |
setFileName(java.lang.String fileName)
Sets the Jelly file which caused the problem |
void |
setLineNumber(int lineNumber)
Sets the line number of the tag |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.Throwable cause
private java.lang.String fileName
private java.lang.String elementName
private int lineNumber
private int columnNumber
Constructor Detail |
public JellyAssertionFailedError()
public JellyAssertionFailedError(java.lang.String message)
public JellyAssertionFailedError(java.lang.String message, java.lang.Throwable cause)
public JellyAssertionFailedError(java.lang.Throwable cause)
Method Detail |
public java.lang.Throwable getCause()
public int getLineNumber()
getLineNumber
in interface org.apache.commons.jelly.LocationAware
public void setLineNumber(int lineNumber)
setLineNumber
in interface org.apache.commons.jelly.LocationAware
public int getColumnNumber()
getColumnNumber
in interface org.apache.commons.jelly.LocationAware
public void setColumnNumber(int columnNumber)
setColumnNumber
in interface org.apache.commons.jelly.LocationAware
public java.lang.String getFileName()
getFileName
in interface org.apache.commons.jelly.LocationAware
public void setFileName(java.lang.String fileName)
setFileName
in interface org.apache.commons.jelly.LocationAware
public java.lang.String getElementName()
getElementName
in interface org.apache.commons.jelly.LocationAware
public void setElementName(java.lang.String elementName)
setElementName
in interface org.apache.commons.jelly.LocationAware
public java.lang.String getMessage()
public java.lang.String getReason()
public void printStackTrace(java.io.PrintWriter s)
public void printStackTrace(java.io.PrintStream s)
public void printStackTrace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |