Class TypeInstantiationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.danielbechler.diff.instantiation.TypeInstantiationException
All Implemented Interfaces:
Serializable

public class TypeInstantiationException extends RuntimeException
See Also:
  • Constructor Details

    • TypeInstantiationException

      public TypeInstantiationException(Class<?> type, String reason, Throwable cause)
  • Method Details

    • getType

      public Class<?> getType()
    • getReason

      public String getReason()