com.avaje.ebean.text
Class TextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.avaje.ebean.text.TextException
All Implemented Interfaces:
Serializable

public class TextException
extends RuntimeException

An exception occured typically in processing CSV, JSON or XML.

Author:
rbygrave
See Also:
Serialized Form

Constructor Summary
TextException(Exception e)
          Construct with a cause.
TextException(String msg)
          Construct with an error message.
TextException(String msg, Exception e)
          Construct with a message and cause.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextException

public TextException(String msg)
Construct with an error message.


TextException

public TextException(String msg,
                     Exception e)
Construct with a message and cause.


TextException

public TextException(Exception e)
Construct with a cause.



Copyright © 2010. All Rights Reserved.