请问这个错误是错在那里?/
小弟再此谢谢高手门咯!

解决方案 »

  1.   

    package com.vhly.error;import java.io.*;
    import java.util.*;
    import java.util.zip.*;
    import java.util.jar.*;
    import java.util.log.*;
    import java.security.*;
    import sun.misc.*;public class NONError extends Exception
    {
       private String message;   public NONError(String msg)
       {
          super(msg);
          message = msg;
       }   public String getMessage()
       {
           return msg;
       }   public void printStackTrace()
       {
            return; // overwrite the super class Method printStackTrace
       }   public String toString()
       {
           String ret = "NON Exception, NON problum, NON AnyThing, give our a JOK";
           return ret;
       }
    }
      

  2.   

    where ..where 昏迷.难道我眼睛有问题?