it.negro.jajb
Class JAJBUnMarshallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.negro.jajb.JAJBUnMarshallException
All Implemented Interfaces:
java.io.Serializable

public class JAJBUnMarshallException
extends java.lang.Exception

This is the exception that can be launched during unmarshalling phase (during conversion from JSONString to JavaBean).

Author:
Gabriele
See Also:
Serialized Form

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

JAJBUnMarshallException

public JAJBUnMarshallException(java.lang.String message,
                               java.lang.Throwable cause)
Constructor for JAJBUnMarshallException

Parameters:
message - the message of the thrown exception.
cause - the eventual precedent exception that has caused this one.

JAJBUnMarshallException

public JAJBUnMarshallException(java.lang.String message)
Constructor for JAJBUnMarshallException

Parameters:
message - the message of the thrown exception.


Copyright © 2008. All Rights Reserved.