public class IntrospectionError
extends java.lang.RuntimeException
| Constructor and Description |
|---|
IntrospectionError(java.lang.String message)
Creates a new
IntrospectionError. |
IntrospectionError(java.lang.String message,
java.lang.Throwable cause)
Creates a new
IntrospectionError. |
public IntrospectionError(java.lang.String message)
IntrospectionError.message - the detail message.public IntrospectionError(java.lang.String message,
java.lang.Throwable cause)
IntrospectionError.message - the detail message.cause - the original cause.Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.