org.tinygroup.convert
Class ConvertException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.tinygroup.convert.ConvertException
All Implemented Interfaces:
Serializable

public class ConvertException
extends Exception

Created by luoguo on 2014/5/7.

See Also:
Serialized Form

Constructor Summary
ConvertException(String message)
           
ConvertException(String message, Throwable e)
           
ConvertException(Throwable e)
           
 
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

ConvertException

public ConvertException(String message,
                        Throwable e)

ConvertException

public ConvertException(Throwable e)

ConvertException

public ConvertException(String message)


Copyright © 2006–2015 TinyGroup. All rights reserved.