Java 常见异常及趣味解释

mgfu5418 8年前
   <p>常见 Java 异常解释:(译者注:非技术角度分析。阅读有风险,理解需谨慎:))</p>    <table cellspacing="0" style="width:100%" summary="">     <tbody>      <tr>       <td colspan="2">java.lang</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644363646916393" rel="nofollow,noindex">ArithmeticException</a></td>       <td>你正在试图使用电脑解决一个自己解决不了的数学问题,请重新阅读你的算术表达式并再次尝试。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644363727212659" rel="nofollow,noindex">ArrayIndexOutOfBoundsException</a></td>       <td>请查看 <a href="/misc/goto?guid=4959644363802790144" rel="nofollow,noindex">IndexOutOfBoundsException</a> 。不同之处在于这个异常越界的元素不止一个。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644363887419078" rel="nofollow,noindex">ArrayStoreException</a></td>       <td>你已用光了所有数组,需要从数组商店中购买更多的数组。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644363965030928" rel="nofollow,noindex">ClassCastException</a></td>       <td>你需要呆在自己出生的种姓或阶级。Java 不会允许达利特人表现得像刹帝利或者高贵种族的人假装成为工人阶级。为了保持向前兼容,Java 1.0中把Caste误写为Cast保留到了现在。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364046252635" rel="nofollow,noindex">ClassNotFoundException</a></td>       <td>你似乎创造了自己的类。这也是目前 Java 还未实现的种姓制度,但是 Java 明显使用了巴厘岛的种姓制度。也就是说,如果你是一个武士,也就相当于印度种姓制度中的第三层——吠舍。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364123246901" rel="nofollow,noindex">CloneNotSupportedException</a></td>       <td>你是一名克隆人。找到你的原型,告诉他你想做什么,然后自杀。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364208585253" rel="nofollow,noindex">IllegalAccessException</a></td>       <td>你是一个正在运行 Java 程序入室盗窃的小偷,请结束对电脑的盗窃行为,离开房子,然后再试一次。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364278900094" rel="nofollow,noindex">IllegalArgumentException</a></td>       <td>你试图反对之前的异常。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364368184770" rel="nofollow,noindex">IllegalMonitorStateException</a></td>       <td>请打开你的电脑屏幕背面。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364439482515" rel="nofollow,noindex">IllegalStateException</a></td>       <td>你来自一个尚未被联合国承认的国家,也许是库尔德斯坦或者巴勒斯坦。拿到真正的国籍后重新编译你的 Java 代码,然后再试一次。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364516882184" rel="nofollow,noindex">IllegalThreadStateException</a></td>       <td>你电脑的一颗螺丝上到了错误的螺纹孔里,请联系你的硬盘供应商。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644363802790144" rel="nofollow,noindex">IndexOutOfBoundsException</a></td>       <td>你把食指放在了无法接收的地方,重新放置,再试一次。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364625133624" rel="nofollow,noindex">InstantiationException</a></td>       <td>不是每件事都会立即发生,请更耐心一点。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364708303944" rel="nofollow,noindex">InterruptedException</a></td>       <td>告诉你的同事、室友等,当你工作的时候,请勿打扰。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364781273787" rel="nofollow,noindex">NegativeArraySizeException</a></td>       <td>你创建了一个负数长度的数组。这会丢失信息,长期发展将会毁灭宇宙。不过放宽心,Java 发现了你正在做的事,不要再这么干了。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364863061581" rel="nofollow,noindex">NoSuchFieldException</a></td>       <td>你正试图去一个不存在的区域游览。如果你试图去参观一个事实上不存在,其实已经是最高机密的飞机场时,也会得到这个异常。我可以给你示例,然后不得不杀了你。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644364933617689" rel="nofollow,noindex">NoSuchMethodException</a></td>       <td>不要使用那个方法!拜托了,就像我们一直做的那样去解决事情吧。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365021390242" rel="nofollow,noindex">NullPointerException</a></td>       <td>你没有狗。请你先找一只狗,比如一只布烈塔尼獵犬,然后再试一次。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365095558985" rel="nofollow,noindex">NumberFormatException</a></td>       <td>你正在使用过时的测量单位,比如英寸或者品脱。请转换成国际基本单位。有一个已知的 bug 会导致 Java 抛出这个异常,那就是你太矮了或者太高了。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365175874345" rel="nofollow,noindex">RuntimeException</a></td>       <td>你不能跑得足够快,可能因为你太胖了。关掉你的电脑,出门锻炼吧。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365250105059" rel="nofollow,noindex">SecurityException</a></td>       <td>你已被认为是国家安全的一个威胁。请你呆在原地别动,然后等着警察来并带你走。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365335301540" rel="nofollow,noindex">StringIndexOutOfBoundsException</a></td>       <td>你的内裤和这个地方格格不入。换掉它们,再试一次。另外如果你根本不穿任何内裤,也会得到这个异常。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365415712329" rel="nofollow,noindex">UnsupportedOperationException</a></td>       <td>因为一些原因,你正试图做一个在道德上不被 Java 支持的手术。包括不必要的截肢,例如割包皮。请停止滥用你的身体,不要移除你的孩子,该死的!</td>      </tr>     </tbody>    </table>    <table cellspacing="0" style="width:100%" summary="">     <tbody>      <tr>       <td colspan="2">java.util</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365488304534" rel="nofollow,noindex">ConcurrentModificationException</a></td>       <td>有人修改了你的 Java 代码。你应该更改密码。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365569644197" rel="nofollow,noindex">EmptyStackException</a></td>       <td>为了让 Java 工作,你必须在桌子上放一叠 Java 书籍。当然,如果书很厚的话,一本就够了。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365648914001" rel="nofollow,noindex">MissingResourceException</a></td>       <td>你太穷了,不配使用 Java。换一个更便宜的语言吧(比如 Whitespace、Shakesperre、Cow、Spaghetti 或者 C#)。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365726382750" rel="nofollow,noindex">NoSuchElementException</a></td>       <td>这里只存在四种元素(地球、水、空气、火)。《第五元素》只是部电影而已。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365809217327" rel="nofollow,noindex">TooManyListenersException</a></td>       <td>你被太多秘密机构窃听了,SecurityException 马上就到。</td>      </tr>     </tbody>    </table>    <table cellspacing="0" style="width:100%" summary="">     <tbody>      <tr>       <td colspan="2">java.awt</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365882166578" rel="nofollow,noindex">AWTException</a></td>       <td>你正在使用AWT,也就是说你的图形界面会很丑。这个异常只是一个警告可以被忽略。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644365967705575" rel="nofollow,noindex">FontFormatException</a></td>       <td>你的布局很丑陋,或者你选择了一个糟糕的字体,或者太多的字体。请咨询一名专业的设计师。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366043196731" rel="nofollow,noindex">HeadlessException</a></td>       <td>Java 认为身为一名 <a href="/misc/goto?guid=4958838642943725656" rel="nofollow,noindex">程序员</a> ,你实在是太蠢了。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366124743000" rel="nofollow,noindex">IllegalComponentStateException</a></td>       <td>你的一个硬件(例如硬盘、CPU、内存)坏掉了。请联系你的硬件供应商。</td>      </tr>     </tbody>    </table>    <table cellspacing="0" style="width:100%" summary="">     <tbody>      <tr>       <td colspan="2">java.awt.color</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366202301913" rel="nofollow,noindex">CMMException</a></td>       <td>你的 CMM 坏掉了,真是见鬼了。我经常烧毁自己的房子,然后去一个新的城市重新开始。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366278612417" rel="nofollow,noindex">ProfileDataException</a></td>       <td>你的个人档案包含可疑信息。如果你不是一名共产主义者、恐怖分子或者无神论者,请联系 CIA 修正错误。</td>      </tr>     </tbody>    </table>    <table cellspacing="0" style="width:100%" summary="">     <tbody>      <tr>       <td colspan="2">java.awt.datatransfer</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366357611320" rel="nofollow,noindex">MimeTypeParseException</a></td>       <td>你的哑剧(Mime)糟透了,没人能够理解你到底想表达什么。尝试一些更简单的事情吧,比如迎风散步,或者被困在一个看不见的盒子里。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366437464769" rel="nofollow,noindex">UnsupportedFlavorException</a></td>       <td>你正试图使用一种 Java 不知道的香料。大部分人似乎只知道使用香草和樱桃。</td>      </tr>     </tbody>    </table>    <table cellspacing="0" style="width:100%" summary="">     <tbody>      <tr>       <td colspan="2">java.beans</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366521620272" rel="nofollow,noindex">IntrospectionException</a></td>       <td>你太内向了,你应该变得外向一些。 别再当一个呆子,出门去见见人吧!</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366607036625" rel="nofollow,noindex">PropertyVetoException</a></td>       <td>你的一部分财产被冻结了。这条信息应该已经告诉你谁干的和原因。如果没看见,你可能也不该询问。</td>      </tr>     </tbody>    </table>    <table cellspacing="0" style="width:100%" summary="">     <tbody>      <tr>       <td colspan="2">java.io</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366680074554" rel="nofollow,noindex">CharConversionException</a></td>       <td>你一直试图焚烧一些不燃物。也可能是因为你试着把自己变成一条鱼,但这不可能发生。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366760594594" rel="nofollow,noindex">EOFException</a></td>       <td>你得到这条异常是因为你不知道EOF是什么意思。但是,我并不打算告诉你,因为你是一个不学无术的人。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366837294841" rel="nofollow,noindex">FileNotFoundException</a></td>       <td>一名木匠应该总是知道他的工具放在哪里。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644366911352856" rel="nofollow,noindex">InterruptedIOException</a></td>       <td>你不顾之前的 <a href="/misc/goto?guid=4959644367000741656" rel="nofollow,noindex">IOException</a> ,一直在使用 IO,然后你的活动就被中断了。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367070627767" rel="nofollow,noindex">InvalidClassException</a></td>       <td>查看 <a href="/misc/goto?guid=4959644364046252635" rel="nofollow,noindex">ClassNotFoundException</a> 。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367172347901" rel="nofollow,noindex">InvalidObjectException</a></td>       <td>反对无效,就像他们在法庭上说的一样。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367000741656" rel="nofollow,noindex">IOException</a></td>       <td>IO 代表输入、输出,并且不得不做收发数据的事。IO 是一个安全问题,不应使用。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367260083800" rel="nofollow,noindex">NotActiveException</a></td>       <td>这个异常意味着两件事。要么是未激活,需要激活;要么是已激活,需要停止。到开始工作为止,激活与未激活都是随机的。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367339910268" rel="nofollow,noindex">NotSerializableException</a></td>       <td>你正试图把一部电影改成电视剧。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367415024581" rel="nofollow,noindex">ObjectStreamException</a></td>       <td>你提出了一连串的反对(Object)意见。提出新的意见前,请限制自己一下,等待法官作出判决。查看 <a href="/misc/goto?guid=4959644367172347901" rel="nofollow,noindex">InvalidObjectException</a> 。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367507955410" rel="nofollow,noindex">OptionalDataException</a></td>       <td>你似乎认为一些可选数据是必须的。不要让事情变得复杂。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367585331959" rel="nofollow,noindex">StreamCorruptedException</a></td>       <td>你的数据流被损坏了,这意味着它已经被截包,并在黑市上贩卖。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367668318283" rel="nofollow,noindex">SyncFailedException</a></td>       <td>你试图与其他人同步你的失败,然后被证明比他人更加失败。去找一些跟你同等水平的人吧。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367756618500" rel="nofollow,noindex">UnsupportedEncodingException</a></td>       <td>如果你想在网上发送自己的代码,必须与美国国家安全局核对你的加密密匙。如果不这么做,将把你视为恐怖分子,并以适当方式处理。如果你得到这个异常,能跑多快跑多快。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367832444147" rel="nofollow,noindex">UTFDataFormatException</a></td>       <td>UTF 代表通用传输格式,是一种无论你使用哪种格式都会用到的数据传输方式。你试图通过 UTF 传输错误格式的数据。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367913421393" rel="nofollow,noindex">WriteAbortedException</a></td>       <td>你需要在程序中的某处写上“aborted”。这通常没什么意义,但你就得这样做。</td>      </tr>     </tbody>    </table>    <table cellspacing="0" style="width:100%" summary="">     <tbody>      <tr>       <td colspan="2">java.net</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644367996820831" rel="nofollow,noindex">BindException</a></td>       <td>Java编程和束缚不能混为一谈。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368071048179" rel="nofollow,noindex">ConnectException</a></td>       <td>你正试图与一个不能连接的事物建立连接。试着连接其他事物吧。也许可以通过一个特殊的连接对象实现你想要的连接。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368157686789" rel="nofollow,noindex">MalformedURLException</a></td>       <td>你正在制作一个形状错误的壶(例如一个“L”状),或者你有拼写错误的单词“urn”(例如“url”)。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368229664906" rel="nofollow,noindex">NoRouteToHostException</a></td>       <td>没有通往主机的“道路”,请联系公路管理员。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368316453265" rel="nofollow,noindex">PortUnreachableException</a></td>       <td>港口必须正确地放置在水边。如果在内陆,它们将会无法接触。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368393676083" rel="nofollow,noindex">ProtocolException</a></td>       <td>这是一个严重违反规定的结果(例如在你主机上的“puk韓g”)。解决方法很简单:不要那样做!</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368471431183" rel="nofollow,noindex">SocketException</a></td>       <td>你把电脑连接到了错误的电源插座。大部分情况下你不得不寻找其它插座,但一些电脑背部有一个开关,可以设置电源插座类型。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368550920039" rel="nofollow,noindex">SocketTimeoutException</a></td>       <td>你的电脑连接了一个带计时器的电源插座,并且时间已经走完。只有烙铁和相似的东西才会使用这种插座。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368636406847" rel="nofollow,noindex">UnknownHostException</a></td>       <td>你的父母没有教过你不要和陌生人说话么?</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368719347702" rel="nofollow,noindex">UnknownServiceException</a></td>       <td>你正试图进入接近一个未知服务。众所周知,未知服务或许是特工组织。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368790530586" rel="nofollow,noindex">URISyntaxException</a></td>       <td>“You are I”是一个语法错误的句子。将其改为“You are me”,别管那到底啥意思。</td>      </tr>     </tbody>    </table>    <table cellspacing="0" style="width:100%" summary="">     <tbody>      <tr>       <td colspan="2">java.rmi</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368879002811" rel="nofollow,noindex">AccessException</a></td>       <td>你正在使用“Microsoft Access”。请不要这样做。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368953790838" rel="nofollow,noindex">AlreadyBoundException</a></td>       <td>不管在 java.net.BindException 的描述中是什么状况,RMI 都提供捆绑服务。然而,你不能绑一个已经被捆绑的人。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368071048179" rel="nofollow,noindex">ConnectException</a></td>       <td>你正试图与一个不能连接的事物建立连接。试着连接其他事物吧。也许可以通过一个特殊的连接对象实现你想要的连接。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369046318139" rel="nofollow,noindex">ConnectIOException</a></td>       <td>你正试图通过 IO 与另一个不能被连接的事物建立连接。尝试连接其他事物吧。或许你可以通过一个特殊的连接对象实现想要的连接。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369123856877" rel="nofollow,noindex">MarshalException</a></td>       <td>你的“marshal”出问题了。你应做的事取决于我们正在讨论的是哪种“marshal”。他可以是陆军元帅、警察、消防队员或者只不过是一名普通的司仪。注意这个异常与马绍尔群岛共和国没有任何关系,也称为 RMI。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369207783373" rel="nofollow,noindex">NoSuchObjectException</a></td>       <td>你正试图使用一个不存在的对象。以爱因斯坦之名,创造它或者不要使用它!</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369291519850" rel="nofollow,noindex">NotBoundException</a></td>       <td>如果你正在使用奴隶,请确认至少有一个人被绑住了。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369368088590" rel="nofollow,noindex">RemoteException</a></td>       <td>这是一条远程抛出的特殊异常。如果其他人的应用变得不稳定,以致于不能产生一条异常,相反地,你可能会得到这条异常。请找到源头并提醒那位程序员这个错误。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369438625723" rel="nofollow,noindex">RMISecurityException</a></td>       <td>马绍尔群岛共和国变得不稳定了。如果你住在这儿,你最好离开,直到安全得到保障为止都别回来。如果你住在其他地方,可以无视这个异常。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369525337589" rel="nofollow,noindex">ServerException</a></td>       <td>第二发球(或者双发失误同样适用)。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369596797716" rel="nofollow,noindex">ServerRuntimeException</a></td>       <td>只要是网球比赛都很长。当你花太长时间发球时,就会得到这条异常。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369684118245" rel="nofollow,noindex">StubNotFoundException</a></td>       <td>当你去看电影的时候,你应该一直保留自己的票根。如果不这么做,并且离开了电影院,你就不能重新进去,不得不去买张新票。所以保留你的票根!</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369768046294" rel="nofollow,noindex">UnexpectedException</a></td>       <td>这个异常对你来说应该会成为一个大惊喜。如果发生了,所有事都变成它应该的样子。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644368636406847" rel="nofollow,noindex">UnknownHostException</a></td>       <td>你父母没有教过你不要和陌生人说话吗?</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369848188675" rel="nofollow,noindex">UnmarshalException</a></td>       <td>.你没有完成一名法律工作人员的职责(例如你曾经的法官工作)。注意这个正确的术语是“曾经”(used to)。你已经被解雇(fire)了(如果你是一名消防队员(firefighter),这可真是讽刺啊)。</td>      </tr>     </tbody>    </table>    <table cellspacing="0" style="width:100%" summary="">     <tbody>      <tr>       <td colspan="2">java.security</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644369933277318" rel="nofollow,noindex">AccessControlException</a></td>       <td>你失去了对 Microsoft Access 的控制。如果你无法重获控制或者通过其他方式停止程序,你应该尽快切断电脑电源。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370007350317" rel="nofollow,noindex">DigestException</a></td>       <td>你应该注意自己的食物,消化不良也能变成严重的问题。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370090578561" rel="nofollow,noindex">GeneralSecurityException</a></td>       <td>在某些地方做一些事情并不安全。如果你有足够的权力,你应该随机入侵一个国家(最好在中东地区)。如果你没有那种权力,至少应该有一把枪。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370182486141" rel="nofollow,noindex">InvalidAlgorithmParameterException</a></td>       <td>你向一位残疾人用他不能理解的方式解释你的算法。简单一点!</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370263924522" rel="nofollow,noindex">InvalidKeyException</a></td>       <td>这个异常有两种不同的原因:1、你正在使用错误的钥匙。我的建议是在你的钥匙上画不同颜色的小点来帮助你记住哪一把对应哪一个锁。2、 你不能锁住残疾人却不给他们钥匙,如果他们足够聪明发现如何使用钥匙,他们就有自由移动的权利。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370350227644" rel="nofollow,noindex">InvalidParameterException</a></td>       <td>你使用了蔑视的术语去描述一名残疾人。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370423874778" rel="nofollow,noindex">KeyException</a></td>       <td>不要尝试不用钥匙就能开锁。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370505485614" rel="nofollow,noindex">KeyManagementException</a></td>       <td>你遗失了自己的钥匙。很可能忘在办公室(如果你正试图进入你家)或者忘在家里(如果你正试图进入办公室)。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370581076269" rel="nofollow,noindex">KeyStoreException</a></td>       <td>延续之前 <a href="/misc/goto?guid=4959644370505485614" rel="nofollow,noindex">KeyManagementException</a> 的解释就是你的钱包有个洞。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370670613772" rel="nofollow,noindex">NoSuchAlgorithmException</a></td>       <td>你试图用以前未知的方法解决问题。停止创新吧,用老算法重写一遍。你也可以为自己的想法申请专利,然后等待未来 Java 发布新版本的时候纳入其中。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370768161660" rel="nofollow,noindex">NoSuchProviderException</a></td>       <td>如果你是一名单亲妈妈,你没法成为家庭主妇。首先,你得为家庭找到一名供养者。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370853686315" rel="nofollow,noindex">PrivilegedActionException</a></td>       <td>你试图采取一个行动,但是没有得到权限。比如,只有名人才可以做到地从谋杀中逃脱,只有天主教神父和耶和华的高级见证人才能做地猥亵儿童,只有在私人企业担任管理职位的人才能被允许地偷钱。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644370926413512" rel="nofollow,noindex">ProviderException</a></td>       <td>你是一名妇女并试图供养一个家庭。显而易见,你的丈夫不能成为一名“家庭主妇”,所以你得让他供养个家庭。想象一下,Java固执且不肯改变,事情就是这样工作的,解决它。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644371010198080" rel="nofollow,noindex">SignatureException</a></td>       <td>要么你是伪造的其他人的签名,要么是无法接受你的签名。一个签名不能太丑陋、太易读或太大。</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644371099105658" rel="nofollow,noindex">UnrecoverableKeyException</a></td>       <td>该死。你把你的钥匙扔进了下水沟。我唯一能安慰你的就是其他人也无法恢复钥匙,所以倒不是必须换掉你的锁。</td>      </tr>     </tbody>    </table>    <table cellspacing="0" style="width:100%" summary="">     <tbody>      <tr>       <td colspan="2">java.text</td>      </tr>      <tr>       <td><a href="/misc/goto?guid=4959644371182693310" rel="nofollow,noindex">ParseException</a></td>       <td>你做的没有任何意义,冷静下来,再试一次。</td>      </tr>     </tbody>    </table>    <p> </p>    <p>来自:http://www.androidchina.net/6453.html</p>    <p> </p>