Class MissingUnitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.databind.DatabindException
com.fasterxml.jackson.databind.JsonMappingException
com.raynigon.unit.api.jackson.exception.MissingUnitException
All Implemented Interfaces:
Serializable

public class MissingUnitException extends com.fasterxml.jackson.databind.JsonMappingException
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonMappingException

    com.fasterxml.jackson.databind.JsonMappingException.Reference
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.databind.JsonMappingException

    _path, _processor

    Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException

    _location
  • Constructor Summary

    Constructors
    Constructor
    Description
    MissingUnitException(Closeable processor, Class<javax.measure.Quantity> quantityType)
     
    MissingUnitException(Closeable processor, String unitName)
     
  • Method Summary

    Methods inherited from class com.fasterxml.jackson.databind.JsonMappingException

    _appendPathDesc, _buildMessage, from, from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, withCause, wrapWithPath, wrapWithPath, wrapWithPath

    Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException

    clearLocation, getLocation, getMessageSuffix, getOriginalMessage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MissingUnitException

      public MissingUnitException(Closeable processor, String unitName)
    • MissingUnitException

      public MissingUnitException(Closeable processor, Class<javax.measure.Quantity> quantityType)