org.fest.util
Class IntrospectionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.util.IntrospectionError
- All Implemented Interfaces:
- Serializable
public class IntrospectionError
- extends RuntimeException
Understands an error that occurred when using
JavaBeans Instrospection.
- Author:
- Alex Ruiz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IntrospectionError
public IntrospectionError(String message)
- Creates a new
IntrospectionError
.
- Parameters:
message
- the detail message.
IntrospectionError
public IntrospectionError(String message,
Throwable cause)
- Creates a new
IntrospectionError
.
- Parameters:
message
- the detail message.cause
- the original cause.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.