[Release] Java/C# Error Library + Short Definitions

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Account Upgraded | Title Enabled! silv3rbullet is offline
    MemberRank
    Dec 2008 Join Date
    1,277Posts

    [Release] Java/C# Error Library + Short Definitions

    This is a tiny release.
    Now, this is going to be VERY short, but as I find errors, I'll add to this list.
    If you want a specific error to be added, please do not hesitate to post in this thread. Just don't PM me.

    Please Note: Not all of these are exact.

    Errors
    Code:
    Cannot Find Symbol - Variable Not Found/Import Missing
    End of File Expected - Extra bracket
    ')' Expected - Missing a parentheses
    '}' Expected - Missing a bracket
    Operator '&&' Cannot Be Applied - Improper Usage Of &&
    Operator '==' Cannot Be Applied - Improper Usage of ==
    Operator '>=' Cannot Be Applied - Improper Usage of >=
    Operator '<=' Cannot Be Applied - Improper Usage of <=
    Operator '||' Cannot Be Applied - Improper Usage of ||
    <type> cannot be converted to <type2> - Tried to apply a type to another type
    Unclosed Comment - Comment Not Closed
    NullPointerException - thrown when the stated object is non-existent..
    ArithmeticException - thrown when the arithmetic problem is a 
    SQLException - Created when an SQL statement does not work
    RemoteException - See here
    FileNotFoundException - File not found
    Definitions
    Code:
    Type - One of the following:
    int
    boolean (In C#, boolean is replaced with bool)
    float
    double
    etc.
    
    || - Or (e.g if(getName() == bob || getName() == joe))
    
    && - And (e.g if(getName() ==bob && getName() == joe))
    
    == - Is Equal To
    
    >= - Is Greater Or Equal To
    
    <= - Is  Less Or Equal To
    
    Variable - A subsitute for a value.  Can be any type.
    Last edited by silv3rbullet; 07-04-09 at 01:10 AM.


  2. #2
    Account Upgraded | Title Enabled! ProGamerForLife is offline
    MemberRank
    Sep 2008 Join Date
    iTouchMsLocation
    1,195Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    simple but sorta to the point gj?

  3. #3
    Alpha Member MSDartz is offline
    MemberRank
    May 2008 Join Date
    PwnVilleLocation
    2,171Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    Waiting for, "OMG WAT U DO WID DIS?!?!?!"

  4. #4
    Account Upgraded | Title Enabled! Spyker710 is offline
    MemberRank
    Apr 2008 Join Date
    ...stalker much...Location
    460Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    Failure of a thread....

    ')' Expected - Missing a parentheses
    '}' Expected - Missing a bracket
    There's 931247820398423 reasons why those errors could happen. Same with the other ones...

  5. #5
    Account Upgraded | Title Enabled! hey0 is offline
    MemberRank
    Jan 2009 Join Date
    249Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    ty m8y gud rels

  6. #6
    Account Upgraded | Title Enabled! Signalize is offline
    MemberRank
    Nov 2008 Join Date
    USALocation
    363Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    You totally left out the exceptions for Java.
    NullPointerException - thrown when the object being pointed to does not exist.
    ArithmeticException - thrown when arithmetic operations don't work: i.e. division by 0.
    etc.
    There are many. In OdinMS you constantly see the following:
    SQLException - thrown when a SQL statement does not work
    RemoteException - self-explanatory
    FileNotFoundException - self-explanatory

  7. #7
    Account Upgraded | Title Enabled! silv3rbullet is offline
    MemberRank
    Dec 2008 Join Date
    1,277Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    Ahh thank you.
    Right now, I'm like messing up NetBeans looking for the different errors.

  8. #8
    Account Upgraded | Title Enabled! Signalize is offline
    MemberRank
    Nov 2008 Join Date
    USALocation
    363Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    You don't really find exceptions this way.

  9. #9
    Account Upgraded | Title Enabled! Shinykirby is offline
    MemberRank
    Apr 2008 Join Date
    297Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    -----
    Last edited by Shinykirby; 21-08-09 at 09:08 PM.

  10. #10
    Account Upgraded | Title Enabled! silv3rbullet is offline
    MemberRank
    Dec 2008 Join Date
    1,277Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    Quote Originally Posted by Signalize View Post
    You don't really find exceptions this way.
    I meant my odinms src files.

  11. #11
    Account Upgraded | Title Enabled! Spyker710 is offline
    MemberRank
    Apr 2008 Join Date
    ...stalker much...Location
    460Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    Quote Originally Posted by silv3rbullet View Post
    I meant my odinms src files.
    woooooooooooooooooooooow.

    They're saying that that's not the best way to find errors and their solutions...

  12. #12
    Account Upgraded | Title Enabled! dragonbIood is offline
    MemberRank
    Jul 2008 Join Date
    CaliforniaLocation
    545Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    u got it wrong,
    ')' Expected - Missing a parentheses
    '}' Expected - Missing a bracket
    should be
    ')' Expected - Missing a parentheses
    '}' Expected - Missing a brace
    Lol just learned braces in math

  13. #13
    Valued Member Howei is offline
    MemberRank
    Nov 2008 Join Date
    121Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    o.0
    I think you got the wrong section...

  14. #14
    Dead & gone... xQuasar is offline
    MemberRank
    Aug 2008 Join Date
    519Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    Quote Originally Posted by hey0 View Post
    ty m8y gud rels
    i cudn't agree moar

  15. #15
    Account Upgraded | Title Enabled! silv3rbullet is offline
    MemberRank
    Dec 2008 Join Date
    1,277Posts

    Re: [Release] Java/C# Error Library + Short Definitions

    O_o Sarcasm?



Page 1 of 2 12 LastLast

Advertisement