Class SoReadError


public class SoReadError extends SoError
Read error handling. SoReadError is used for errors reported while reading files.
See SoError for full discussion of error handling in Open Inventor.

See Also:
  • Constructor Details

    • SoReadError

      public SoReadError()
      Default constructor.
  • Method Details

    • setHandlerCallback

      public static void setHandlerCallback(SoReadError.Handler h)
      Sets the handler for SoReadError class.
    • post

      public static void post(SoInput in, String formatString)
      Posts an error.