Class ConstructorAssertionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.java.pojo.internal.assertion.AbstractAssertionError
-
- com.java.pojo.internal.assertion.constructor.ConstructorAssertionError
-
- All Implemented Interfaces:
Serializable
public class ConstructorAssertionError extends AbstractAssertionError
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.java.pojo.internal.assertion.AbstractAssertionError
testedCass
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getDetailedMessage()
protected String
getErrorPrefix()
-
Methods inherited from class com.java.pojo.internal.assertion.AbstractAssertionError
getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrorPrefix
protected String getErrorPrefix()
- Specified by:
getErrorPrefix
in classAbstractAssertionError
-
getDetailedMessage
protected String getDetailedMessage()
- Specified by:
getDetailedMessage
in classAbstractAssertionError
-
-