Package de.hsh.graja.modules.junit.api
Class PositionAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
de.hsh.graja.modules.junit.api.PositionAssertionError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommentAssertionError
An
AssertionError
that additionally holds a ASTPos
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPositionAssertionError
(ASTPos pos, String message, Throwable cause) PositionAssertionError
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PositionAssertionError
public PositionAssertionError() -
PositionAssertionError
-
PositionAssertionError
-
-
Method Details
-
getPos
-
setPos
-
withPos
-