public class IntrospectionError extends RuntimeException
| Constructor and Description |
|---|
IntrospectionError(String message)
Creates a new
. |
IntrospectionError(String message,
Throwable cause)
Creates a new
. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IntrospectionError(String message)
IntrospectionError.message - the detail message.public IntrospectionError(String message, Throwable cause)
IntrospectionError.message - the detail message.cause - the original cause.Copyright © 2014–2017 AssertJ. All rights reserved.