public class CustomException{ public static void main(String args[]){ throw new OurException("hi"); } } //