Module Mal4J

Class ReflectedClassException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.katsute.mal4j.exception.ReflectedClassException
All Implemented Interfaces:
Serializable

public final class ReflectedClassException extends RuntimeException
Thrown if a reflected class throws an exception.
Since:
2.4.0
Version:
3.0.0
Author:
Katsute
See Also:
  • Constructor Details

    • ReflectedClassException

      public ReflectedClassException()
    • ReflectedClassException

      public ReflectedClassException(String message)
    • ReflectedClassException

      public ReflectedClassException(String message, Throwable cause)
    • ReflectedClassException

      public ReflectedClassException(Throwable cause)