org.mindswap.convert.map.io.exceptions
Class ReaderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mindswap.convert.map.io.exceptions.ReaderException
All Implemented Interfaces:
java.io.Serializable

public class ReaderException
extends java.lang.Exception

Title:

Description:

Copyright: Copyright (c) 2005

Company: MIndswap (http://www.mindswap.org)

Author:
Michael Grove
See Also:
Serialized Form

Constructor Summary
ReaderException(java.lang.String theMessage)
           
ReaderException(java.lang.String theMessage, java.lang.Throwable theCause)
           
ReaderException(java.lang.Throwable theCause)
           
 
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

ReaderException

public ReaderException(java.lang.String theMessage)

ReaderException

public ReaderException(java.lang.Throwable theCause)

ReaderException

public ReaderException(java.lang.String theMessage,
                       java.lang.Throwable theCause)