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

public class NestedIOException
extends IOException

Version:
libxjava-cldc - 0.1
Author:
Marcel Patzlaff

Constructor Summary
NestedIOException()
           
NestedIOException(String s)
           
NestedIOException(String s, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
equals, 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()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable


Copyright © 2010 Marcel Patzlaff. All Rights Reserved.