Class UnknownUnitException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownUnitException
    extends com.fasterxml.jackson.databind.JsonMappingException
    See Also:
    Serialized Form
    • 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
      UnknownUnitException​(java.io.Closeable processor, java.lang.Class<javax.measure.Quantity> quantityType)  
      UnknownUnitException​(java.io.Closeable processor, java.lang.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, wrapWithPath, wrapWithPath, wrapWithPath
      • Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException

        clearLocation, getLocation, getMessageSuffix, getOriginalMessage
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

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

      • UnknownUnitException

        public UnknownUnitException​(java.io.Closeable processor,
                                    java.lang.String unitName)
      • UnknownUnitException

        public UnknownUnitException​(java.io.Closeable processor,
                                    java.lang.Class<javax.measure.Quantity> quantityType)