Class IllegalCastException

All Implemented Interfaces:
Serializable

public class IllegalCastException extends ModelsException
Indicates an illegal cast through one of the safe cast methods such as AnnotationTarget.asClassDetails(), AnnotationTarget.asMemberDetails(), etc.
See Also:
  • Constructor Details

    • IllegalCastException

      public IllegalCastException(String message)
    • IllegalCastException

      public IllegalCastException(String message, Throwable cause)