Class SerdeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.micronaut.serde.exceptions.SerdeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidFormatException

public class SerdeException extends IOException
Parent exception type for all serialization / deserialization exceptions.
See Also:
  • Constructor Details

    • SerdeException

      public SerdeException()
    • SerdeException

      public SerdeException(String message)
    • SerdeException

      public SerdeException(String message, Throwable cause)
    • SerdeException

      public SerdeException(Throwable cause)
  • Method Details

    • getPath

      public List<ReferencePath> getPath()
      The mutable collection of the referenced path.
      Returns:
      The refenced path of the exception
    • getPathAsString

      public String getPathAsString()
      Returns:
      The referenced path string representation