Sunday, June 19, 2016

UserDefined Exception

class UserDefineException
{
void cube(int c) throws Myexception
{
if(c<0 p=""> {
throw new Myexception("c");
}
else
{
int r=c*c*c;
System.out.println("Cube of "+c+" is "+r);
}
}
public static void main(String s[]) throws Myexception
{
try{
UserDefineException e=new UserDefineException();
e.cube(3);
e.cube(-3);

}
catch(Myexception e ){

System.out.println("error is .." +e);
}

}
}

class Myexception extends Exception{


Myexception(String a)
{
super(a);
}





}

No comments:

Post a Comment

உப்பு மாங்காய்

சுருக்குப்பை கிழவி. சுருக்கங்கள் சூழ் கிழவி. பார்க்கும் போதெல்லாம் கூடையுடனே குடியிருப்பாள். கூடை நிறைய குட்டி குட்டி மாங்காய்கள். வெட்டிக்க...