it.eng.rdlab.soa3.um.rest.exceptions
Class UMJSONParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by it.eng.rdlab.soa3.um.rest.exceptions.UMJSONParserException
All Implemented Interfaces:
Serializable

public class UMJSONParserException
extends RuntimeException

Indicates a serious JSON parsing error.

Version:
1.0
Author:
Ermanno Travaglino
See Also:
Serialized Form

Constructor Summary
UMJSONParserException(String message, Throwable cause)
          Wrap an existing exception in a UMJSONParserException.
 
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

UMJSONParserException

public UMJSONParserException(String message,
                             Throwable cause)
Wrap an existing exception in a UMJSONParserException.

Parameters:
message - The error to use the message from the embedded exception.
cause - Any exception


Copyright © 2013. All Rights Reserved.