com.github.libxjava.io
Class NestedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.github.libxjava.io.NestedIOException
All Implemented Interfaces:
Serializable

public class NestedIOException
extends IOException

Version:
libxjava-jse5 - 0.2
Author:
Marcel Patzlaff
See Also:
Serialized Form

Constructor Summary
NestedIOException()
           
NestedIOException(String s)
           
NestedIOException(String s, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NestedIOException

public NestedIOException()

NestedIOException

public NestedIOException(String s)

NestedIOException

public NestedIOException(String s,
                         Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable


Copyright © 2010 Marcel Patzlaff. All Rights Reserved.