Class ParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException extends Exception
Indicates that a given object (usually a string), usually in serialised form, did not match the expected format and could therefore not be parsed or deserialised.
See Also: