org.assertj.core.util.introspection
Class IntrospectionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.assertj.core.util.introspection.IntrospectionError
All Implemented Interfaces:
Serializable

public class IntrospectionError
extends RuntimeException

Error that occurred when using JavaBeans Instrospection.

Author:
Alex Ruiz
See Also:
Serialized Form

Constructor Summary
IntrospectionError(String message)
          Creates a new IntrospectionError.
IntrospectionError(String message, Throwable cause)
          Creates a new IntrospectionError.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 © 2013–2015 AssertJ. All rights reserved.