org.openntf.jsonbeanx
Class J2BException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openntf.jsonbeanx.J2BException
All Implemented Interfaces:
java.io.Serializable

public class J2BException
extends java.lang.Exception

An Exception thrown by the J2BConverter. This will often have a child Exception (possibly several children, nested), so be sure to check getCause().

Author:
Julian Robichaux
See Also:
Serialized Form

Constructor Summary
J2BException(java.lang.String message)
           
J2BException(java.lang.String message, java.lang.Throwable 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

J2BException

public J2BException(java.lang.String message)

J2BException

public J2BException(java.lang.String message,
                    java.lang.Throwable cause)