it.eng.rdlab.soa3.um.rest.exceptions
Class UMJSONParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.