org.mindswap.convert.exceptions
Class ConvertException

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

public class ConvertException
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
ConvertException(java.lang.String theMsg)
           
 
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

ConvertException

public ConvertException(java.lang.String theMsg)