public class IntrospectionError extends RuntimeException
Constructor and Description |
---|
IntrospectionError(String message)
Creates a new
IntrospectionError . |
IntrospectionError(String message,
Throwable cause)
Creates a new
IntrospectionError . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IntrospectionError(String message)
IntrospectionError
.message
- the detail message.public IntrospectionError(String message, Throwable cause)
IntrospectionError
.message
- the detail message.cause
- the original cause.Copyright © 2013-2015 AssertJ. All Rights Reserved.