com.fernsroth.easyio.exception
Class NestedEasyIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fernsroth.easyio.exception.EasyIOException
              extended by com.fernsroth.easyio.exception.NestedEasyIOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SetterNotFoundException

public class NestedEasyIOException
extends EasyIOException

Author:
Joseph M. Ferner (Near Infinity Corporation)
See Also:
Serialized Form

Constructor Summary
NestedEasyIOException(java.lang.String message, java.lang.Throwable cause)
           
NestedEasyIOException(java.lang.Throwable cause)
          constructor.
 
Method Summary
 
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

NestedEasyIOException

public NestedEasyIOException(java.lang.Throwable cause)
constructor.

Parameters:
cause - the cause.

NestedEasyIOException

public NestedEasyIOException(java.lang.String message,
                             java.lang.Throwable cause)
Parameters:
message - the message.
cause - the cause.


Copyright © 2006 null. All Rights Reserved.