org.mindswap.convert.map.io.exceptions
Class ReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
| 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 |
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)