Class ObjectCreationException

All Implemented Interfaces:
Serializable

public class ObjectCreationException extends RuntimeException
Exception thrown when k-random is unable to create an instance of a given type.
See Also:
  • Constructor Details

    • ObjectCreationException

      public ObjectCreationException(String message)
    • ObjectCreationException

      public ObjectCreationException(String message, Throwable cause)