|
|||||||||
| 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
public class 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 |
| 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()
getCause in class java.lang.Throwablepublic int getLineNumber()
getLineNumber in interface org.apache.commons.jelly.LocationAwarepublic void setLineNumber(int lineNumber)
setLineNumber in interface org.apache.commons.jelly.LocationAwarepublic int getColumnNumber()
getColumnNumber in interface org.apache.commons.jelly.LocationAwarepublic void setColumnNumber(int columnNumber)
setColumnNumber in interface org.apache.commons.jelly.LocationAwarepublic java.lang.String getFileName()
getFileName in interface org.apache.commons.jelly.LocationAwarepublic void setFileName(java.lang.String fileName)
setFileName in interface org.apache.commons.jelly.LocationAwarepublic java.lang.String getElementName()
getElementName in interface org.apache.commons.jelly.LocationAwarepublic void setElementName(java.lang.String elementName)
setElementName in interface org.apache.commons.jelly.LocationAwarepublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getReason()
public void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||