Package ushiosan.jvm_utilities.error


package ushiosan.jvm_utilities.error
  • Class
    Description
    Class with helper methods for errors and objects of the same type
    Exception used to define if an argument is not of the required valid type (Normally java has static typing, but it is possible to simulate dynamic typing so this exception makes sense)
    Error that represents that a method or action does not have a defined behavior
    Exception used to detect recursive calls or some recursion that is not valid in the JVM