Klasse UnsupportedDataException

Alle implementierten Schnittstellen:
Serializable

public class UnsupportedDataException extends RuntimeException
Thrown by processors/converters when errors occurred.

This exception indicates that received data was in an invalid format and/or could not be parsed or converted. You typically can recover from this failure after catching (and logging?) the exception.

Autor:
Christian Bauer
Siehe auch:
  • Felddetails

    • data

      protected Object data
  • Konstruktordetails

    • UnsupportedDataException

      public UnsupportedDataException(String s)
    • UnsupportedDataException

      public UnsupportedDataException(String s, Throwable throwable)
    • UnsupportedDataException

      public UnsupportedDataException(String s, Throwable throwable, Object data)
  • Methodendetails

    • getData

      public Object getData()