Search:

Type: Posts; User: Ralf17

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    884

    Re: Error Handling in Access Modifiers

    Yeah, I already got it beforehand with the help of a friend. Anyway, thanks for your reply!
  2. Replies
    2
    Views
    884

    Error Handling in Access Modifiers

    How do I try ... catch an error produced by access modifiers? Say for instance



    class A{
    private void message(){System.out.println("Hello java");}
    }

    public class Simple{
    ...
Results 1 to 2 of 2