com.fernsroth.easyio.exception
Class EasyIOException

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

public abstract class EasyIOException
extends java.lang.Exception

EasyRW Exception.

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

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

EasyIOException

public EasyIOException(java.lang.String message)
constructor.

Parameters:
message - the message.

EasyIOException

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

Parameters:
cause - the cause.

EasyIOException

public EasyIOException(java.lang.String message,
                       java.lang.Throwable cause)
Parameters:
message - the message.
cause - the cause of the exception.


Copyright © 2006 null. All Rights Reserved.