Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.lang.exception
Class ExceptionUtilsTestCase.ExceptionWithoutCause  view ExceptionUtilsTestCase.ExceptionWithoutCause download ExceptionUtilsTestCase.ExceptionWithoutCause.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.ExceptionUtilsTestCase.ExceptionWithoutCause
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ExceptionUtilsTestCase

private static class ExceptionUtilsTestCase.ExceptionWithoutCause
extends java.lang.Exception

Provides a method with a well known chained/nested exception name which does not match the full signature (e.g. lacks a return value of Throwable.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
private ExceptionUtilsTestCase.ExceptionWithoutCause()
           
 
Method Summary
 void getTargetException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionUtilsTestCase.ExceptionWithoutCause

private ExceptionUtilsTestCase.ExceptionWithoutCause()
Method Detail

getTargetException

public void getTargetException()