Collecting data!

Discussion in 'Bukkit Discussion' started by Killie01, Feb 15, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Killie01

    So, for some software i am writing, i need a list of exceptions that can occur in bukkit.
    just copied from the console.
    And including what the best solution is.

    Here: https://docs.google.com/spreadsheet/embeddedform?formkey=dGh5VDdsQko3R2xqNHgxMVlLdVpPX1E6MQ

    I can use ALL the known exceptions, so please? :)

    This 'software' i am writing will contain this data and use it to show people the recommended action(s) when the Exception occurs, Like a Knowledge base.

    To make sure we get no duplicates:
    here are the always updates results: https://docs.google.com/spreadsheet/ccc?key=0AstvNPKt4jpydGh5VDdsQko3R2xqNHgxMVlLdVpPX1E#gid=0

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  2. Offline

    TheBeast808

    Do you want exceptions relating to plugins, or purely bukkit?
     
  3. Offline

    zipron

    In theory, all exeptions can occure, and these ar enot bukkit-related but plugin related. So you should have to take a look at every plugin source to know what exception can occure (http://wuhrr.wordpress.com/2007/11/22/java-exceptions-list/) It depends what the plugin does =) most common is nullpointerexeption, which is caused by people who are only beginner programmers.
     
  4. Offline

    Killie01

    :/
    Im trying to get a list of common errors in bukkit.
     
Thread Status:
Not open for further replies.

Share This Page