IntelliJ open source
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Java FX
 
RSS feed
 
New topic
Author

Reading Text files

Balajipsg Raja
Greenhorn

Joined: Nov 10, 2009
Messages: 2

Hi,
Please guide me
My requriment is to display Null pointer Exception and Log Entry Lines.I displayed null pointer exception using
below coding .


Text Files Look Like:

Log Entry-- Date and Time

Excpetion: Null pointer Exception

Log Entry-- Date and Time



--->1 Line Log Entry-- Date and Time
---> 2
--->3 Line Line Excpetion: Stack overflow exception
---> 4
--->5 Line Log Entry-- Date and Time



Log Entry-- Date and Time

Excpetion: Null pointer Exception

Log Entry-- Date and Time.



while(stringvalue=reading line by line!=null )
{
if(stringvalue.contains("Null pointer Exceptions"))
{
S.O.P(stringvalue);
}
}

How to Display Log entry and Null pointer Exception Log Entry Lines


Thanks
 
jQuery in Action
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Java FX
 
RSS feed
 
New topic
JProfiler
Get rid of your performance problems and memory leaks!