Package etithespirit.exception


package etithespirit.exception
  • Class
    Description
    The exception that is thrown when a null reference is passed to a method that does not accept it as a valid argument.
    A lookup of error messages that the API may generate for any given reason.
    A mimicry of .NET's NotImplementedException which is used for (usually) abstract methods that do not have an implementation, or code that is otherwise incomplete.