• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 09:09
CEST 15:09
KST 22:09
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Team TLMC #5 - Finalists & Open Tournaments0[ASL20] Ro16 Preview Pt2: Turbulence6Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
Weekly Cups (Sept 8-14): herO & MaxPax split cups3WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia7Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues29LiuLi Cup - September 2025 Tournaments3
StarCraft 2
General
#1: Maru - Greatest Players of All Time Team Liquid Map Contest #21 - Presented by Monster Energy Weekly Cups (Sept 8-14): herO & MaxPax split cups SpeCial on The Tasteless Podcast Team TLMC #5 - Finalists & Open Tournaments
Tourneys
Sparkling Tuna Cup - Weekly Open Tournament WardiTV TL Team Map Contest #5 Tournaments Maestros of The Game—$20k event w/ live finals in Paris RSL: Revival, a new crowdfunded tournament series SC4ALL $6,000 Open LAN in Philadelphia
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ [ASL20] Ro16 Preview Pt2: Turbulence Diplomacy, Cosmonarchy Edition BW General Discussion ASL20 General Discussion
Tourneys
[ASL20] Ro16 Group D [ASL20] Ro16 Group C [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile General RTS Discussion Thread Nintendo Switch Thread Borderlands 3
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread Russo-Ukrainian War Thread The Big Programming Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1621 users

Homework thread - Page 3

Forum Index > Closed
Post a Reply
Prev 1 2 3 4 5 Next All
fusionsdf
Profile Blog Joined June 2006
Canada15390 Posts
May 28 2009 02:01 GMT
#41
On May 28 2009 09:54 RaGe wrote:
Maybe you should stop being so defensive and read the fucking solution for a change.

Show nested quote +
On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code



Your catch block is outside of the while loop, so it doesn't continue in the while loop after it executes the catch block. Java does not magically read your mind. This wasn't supposed to work. This isn't some obscure error. This is you skipping through whatever 'How to handle exceptions' guide you read, copy pasting some stupid shit that you don't understand, and asking tl to fix your errors.



seems like he answered the question pretty obviously to me
SKT_Best: "I actually chose Protoss because it was so hard for me to defeat Protoss as a Terran. When I first started Brood War, my main race was Terran."
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:02 GMT
#42
.. so RaGe agrees , to argue with SFSkabam .. and you ban him before RaGe even replies?
"come korea next time... FXO house... 10 korean, 10 korean"
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:03 GMT
#43
o noz lets not even address any points of his new post and just ban him
"come korea next time... FXO house... 10 korean, 10 korean"
mahnini
Profile Blog Joined October 2005
United States6862 Posts
May 28 2009 02:03 GMT
#44
i dunno maybe you should take the time to properly indent the code if you want people to take the time to read it. might want to give it some white space too
the world's a playground. you know that when you're a kid, but somewhere along the way everyone forgets it.
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:04 GMT
#45
I mean jesus christ, have you read the begginning of the thread? RaGe started posting shit , pretty much unprovoked as far as i can tell
"come korea next time... FXO house... 10 korean, 10 korean"
aers *
Profile Joined January 2009
United States1210 Posts
May 28 2009 02:04 GMT
#46
it should be throwing an error, catching it, and then going back to the while loop.


Your problem is this is wrong. That's not how try/catch loops work. That is exactly what RaGe pointed out in his first post.

1) try <something>
2) throw exception
3) catch exception
4) execution continues after try/catch block
Chill
Profile Blog Joined January 2005
Calgary25981 Posts
May 28 2009 02:04 GMT
#47
His first post was talking shit to a moderator, so yes, I ban him.
His "real" first post was showing no humility and talking shit to people trying to help him.
Moderator
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:05 GMT
#48
On May 28 2009 11:03 mahnini wrote:
i dunno maybe you should take the time to properly indent the code if you want people to take the time to read it. might want to give it some white space too

can we drop this
read the thread before you post
here it is for you
On May 28 2009 10:02 Abydos1 wrote:
Show nested quote +
On May 28 2009 10:01 Malongo wrote:
HOE I have a suggestion to make life easier to you:
Identation: helps to find easily where your code blocks belong, I hate to see a code that ends in 3/4 brackets and I dont know where the fuck they belong.



fyi, it is indented but quote doesn't show them correctly.

"come korea next time... FXO house... 10 korean, 10 korean"
Elemenope
Profile Blog Joined March 2006
Burkina Faso1704 Posts
May 28 2009 02:06 GMT
#49
On May 28 2009 11:04 HeavOnEarth wrote:
I mean jesus christ, have you read the begginning of the thread? RaGe started posting shit , pretty much unprovoked as far as i can tell



On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol




Yeah man, that was quite posting shit, much unprovoked as far as I can tell too.
In DotA you could
Abydos1
Profile Blog Joined October 2008
United States832 Posts
May 28 2009 02:07 GMT
#50
http://lmgtfy.com/?q=java exceptions&l=1

Learn to do some basic searching first...
"...perhaps the greatest joy possible in Starcraft, being accused of being a maphacker" - Day[9]
mahnini
Profile Blog Joined October 2005
United States6862 Posts
Last Edited: 2009-05-28 02:08:28
May 28 2009 02:07 GMT
#51
[ indent ]

makes it 10x easier to read and shows some effort at least. anyway, doesnt really matter cause people sifter through the code anyway and told him what was wrong and he spazzed out.
the world's a playground. you know that when you're a kid, but somewhere along the way everyone forgets it.
So no fek
Profile Blog Joined June 2005
United States3001 Posts
May 28 2009 02:07 GMT
#52
On May 28 2009 11:06 Elemenope wrote:
Show nested quote +
On May 28 2009 11:04 HeavOnEarth wrote:
I mean jesus christ, have you read the begginning of the thread? RaGe started posting shit , pretty much unprovoked as far as i can tell



Show nested quote +
On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol




Yeah man, that was quite posting shit, much unprovoked as far as I can tell too.


I'd assume he's talking about Rage's second post, which is a small bit on the offense, however, the way the OP handled it from there... /facepalm
#1 Shuttle fan - TeamLiquid CJ Entusman #36 BW4lyfe
ThaddeusK
Profile Joined July 2008
United States231 Posts
May 28 2009 02:07 GMT
#53
rage's first post answered the OP perfectly, shouldve just been closed after it >.>
Chill
Profile Blog Joined January 2005
Calgary25981 Posts
Last Edited: 2009-05-28 02:09:30
May 28 2009 02:08 GMT
#54
Yes I agree Rage escillated it unprovoked. But it's pretty obvious that:
1) You martyr yourself in the first post (slap to moderators' face).
2) It's obviously homework.
3) You don't know what you're doing.

Had you approached with humility and addressed the above three points, we wouldn't be in this situation. Yes, Rage should have been more forgiving and not attacked you/your friend, but after being clearly proven wrong your friend degraded into just insulting everyone. That doesn't fly here.
Moderator
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:08 GMT
#55
On May 28 2009 11:06 Elemenope wrote:
Show nested quote +
On May 28 2009 11:04 HeavOnEarth wrote:
I mean jesus christ, have you read the begginning of the thread? RaGe started posting shit , pretty much unprovoked as far as i can tell



Show nested quote +
On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol




Yeah man, that was quite posting shit, much unprovoked as far as I can tell too.


wow i get more and more convinced you have no idea what you're doing and just copy pasted shit

it's not copy pasted?
at this point he's insulting me as well ; not just my friend

IN response to this
On May 28 2009 09:49 HeavOnEarth wrote:
Show nested quote +
On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol


Firstly, the throw is inside a while loop. What I'm wondering is why the crap it isn't continuing the while loop, opposed to what it does now; which is ends the program. It should not be ending the program, it should be throwing an error, catching it, and then going back to the while loop.

Show nested quote +
On May 28 2009 09:44 RaGe wrote:
wow i get more and more convinced you have no idea what you're doing and just copy pasted shit or something

i mean, your catch block is:

catch(StringTooLongException e){
System.out.println(e.getMessage());
System.out.println("Exception caught! Ending program.");
}


you even print that you're ending the program and you dont want it to end the program?


Oh noes, I has a random print line that hasn't been changed from a previous version. Printing text doesn't end a program. ... (At least not this one)


Rage posts
Maybe you should stop being so defensive and read the fucking solution for a change.

"come korea next time... FXO house... 10 korean, 10 korean"
wesbrown
Profile Joined March 2008
United States31 Posts
Last Edited: 2009-05-28 02:12:36
May 28 2009 02:09 GMT
#56
If you're only using the try/catch block to look for StringTooLongExceptions before printing the input string, you can do this without obfuscating the code by using continue.



+ Show Spoiler +

import java.util.Scanner;
public class UserInput{

public String done= "DONE";;
public Scanner scan = new Scanner(System.in);
public String scanned = "";

public UserInput(){

System.out.println("Type a string. Max 20 characters.");
System.out.println("Type DONE, in all caps to end.");
while(scanned.compareTo(done) != 0){
try{
scanned = scan.next();
if(scanned.length() > 20){
throw new StringTooLongException();
}
System.out.println(scanned);
}
catch(StringTooLongException e){
System.out.println(e.getMessage());
System.out.println("Exception caught! Continuing...");
}
}
}

}


becomes

+ Show Spoiler +

import java.util.Scanner;
public class UserInput{

public String done= "DONE";;
public Scanner scan = new Scanner(System.in);
public String scanned = "";

public UserInput(){

System.out.println("Type a string. Max 20 characters.");
System.out.println("Type DONE, in all caps to end.");
while(scanned.compareTo(done) != 0){
scanned = scan.next();
if(scanned.length() > 20){
System.out.println("Input String was too long.");
continue;
}
System.out.println(scanned);
}
}

}



Note that I'm not familiar with the Scanner class, but it doesn't look like it should throw exceptions based on your code. Given that, there is no reason to use a try/catch block.

http://java.sun.com/docs/books/tutorial/java/nutsandbolts/branch.html
ChillIsPathetic
Profile Joined May 2009
1 Post
May 28 2009 02:10 GMT
#57
Chill you're naught but a pathetic power hungry 13 year old? I like how I get BM'd first, and I'm the bad guy. Rofl.
Seriously, almost the entire TL.net community is fucking trash, including the mods. Seriously, why was Kawaii so pissed about this pathetic site.

Lawl, banned:
Reason: Incosiderate newb. Try harder on your next account.

There will be no more accounts (other than this one)? This site was trash the first time I used it, and it was again, even on Nam's account when I was extremely fucking GM. First some pathetic piece of shit mod closes the first thread, and then I get lawl'd by RaGe, who gains a fuckton of retards behind him? Seriously, you people need to burn at the stake.
Rof. This site is trash, and so are the mods apparently?
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:10 GMT
#58
On May 28 2009 11:08 Chill wrote:
Yes I agree Rage escillated it unprovoked. But it's pretty obvious that:
1) You martyr yourself in the first post (slap to moderators' face).
2) It's obviously homework.
3) You don't know what you're doing.

Had you approached with humility and avoided the above three points, we wouldn't be in this situation. Yes, Rage should have been more forgiving and not attacked you/your friend, but after being clearly proven wrong your friend degrading into just insulting everyone. That doesn't fly here.

3)He didn't even have a chance to explain what he understands and RaGe shits all over him on it?

2)How is trying to understand something homework- we already posted the code, hell we fixed it as well.
"come korea next time... FXO house... 10 korean, 10 korean"
Abydos1
Profile Blog Joined October 2008
United States832 Posts
May 28 2009 02:10 GMT
#59
Indenting (and syntax highlighting) since TL doesn't do it...

http://pastebin.com/m6e7a70d8
"...perhaps the greatest joy possible in Starcraft, being accused of being a maphacker" - Day[9]
Chill
Profile Blog Joined January 2005
Calgary25981 Posts
May 28 2009 02:11 GMT
#60
On May 28 2009 11:08 HeavOnEarth wrote:
Show nested quote +
On May 28 2009 11:06 Elemenope wrote:
On May 28 2009 11:04 HeavOnEarth wrote:
I mean jesus christ, have you read the begginning of the thread? RaGe started posting shit , pretty much unprovoked as far as i can tell



On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol




Yeah man, that was quite posting shit, much unprovoked as far as I can tell too.

Show nested quote +

wow i get more and more convinced you have no idea what you're doing and just copy pasted shit

it's not copy pasted?
at this point he's insulting me as well ; not just my friend

IN response to this
Show nested quote +
On May 28 2009 09:49 HeavOnEarth wrote:
On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol


Firstly, the throw is inside a while loop. What I'm wondering is why the crap it isn't continuing the while loop, opposed to what it does now; which is ends the program. It should not be ending the program, it should be throwing an error, catching it, and then going back to the while loop.

On May 28 2009 09:44 RaGe wrote:
wow i get more and more convinced you have no idea what you're doing and just copy pasted shit or something

i mean, your catch block is:

catch(StringTooLongException e){
System.out.println(e.getMessage());
System.out.println("Exception caught! Ending program.");
}


you even print that you're ending the program and you dont want it to end the program?


Oh noes, I has a random print line that hasn't been changed from a previous version. Printing text doesn't end a program. ... (At least not this one)

Show nested quote +

Rage posts
Maybe you should stop being so defensive and read the fucking solution for a change.


I can't even program and I understand what Rage says. Exception thrown = goto catch. Your friend doesn't address this point at all. So Rage says l2read.
Moderator
Prev 1 2 3 4 5 Next All
Please log in or register to reply.
Live Events Refresh
OSC
13:00
King of the Hill #225
iHatsuTV 0
Liquipedia
2v2
11:00
TLMC $500 2v2 Open Cup
WardiTV456
IndyStarCraft 134
Rex80
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Lowko427
IndyStarCraft 134
Rex 80
ProTech64
Codebar 0
StarCraft: Brood War
Calm 16950
Flash 10383
Rain 6575
Bisu 5010
GuemChi 4520
BeSt 1625
Horang2 1390
EffOrt 1174
Mini 861
Hyuk 737
[ Show more ]
Pusan 565
Zeus 556
ZerO 497
firebathero 467
Hyun 247
Soulkey 220
Snow 169
Mind 142
Rush 125
ggaemo 81
Mong 76
Barracks 62
soO 56
JYJ53
Liquid`Ret 49
Backho 47
Aegong 46
Sea.KH 44
Killer 39
Movie 34
Sharp 30
Free 18
sorry 18
Sacsri 18
Terrorterran 15
HiyA 13
Icarus 10
SilentControl 9
Hm[arnc] 7
Bale 6
IntoTheRainbow 6
Noble 5
Dota 2
singsing3995
Gorgc3868
Dendi1660
qojqva1580
XcaliburYe216
Pyrionflax184
Fuzer 152
Counter-Strike
byalli218
markeloff164
zeus99
edward20
Other Games
olofmeister1225
B2W.Neo841
hiko804
crisheroes387
x6flipin384
Hui .181
Happy108
QueenE56
NeuroSwarm46
Trikslyr34
FunKaTv 20
ToD6
Organizations
StarCraft: Brood War
Afreeca ASL 21433
UltimateBattle 348
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• iHatsuTV 4
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 2910
• WagamamaTV401
League of Legends
• Nemesis6367
Upcoming Events
PiGosaur Monday
10h 51m
LiuLi Cup
21h 51m
RSL Revival
1d 20h
Maru vs Reynor
Cure vs TriGGeR
The PondCast
1d 23h
RSL Revival
2 days
Zoun vs Classic
Korean StarCraft League
3 days
BSL Open LAN 2025 - War…
3 days
RSL Revival
3 days
BSL Open LAN 2025 - War…
4 days
RSL Revival
4 days
[ Show More ]
Online Event
5 days
Wardi Open
5 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.