Class SchemaTypeLoaderException

All Implemented Interfaces:
Serializable

public class SchemaTypeLoaderException extends XmlRuntimeException
An exception that is thrown if there is corruption or a version mismatch in a compiled schema type system.
See Also:
  • Field Details

  • Constructor Details

    • SchemaTypeLoaderException

      public SchemaTypeLoaderException(String message, String name, String handle, int code)
      Constructs an exception with the given message, filename, extension, and code
    • SchemaTypeLoaderException

      public SchemaTypeLoaderException(String message, String name, String handle, int code, Exception cause)
      Constructs an exception with the given message, filename, extension, code, and cause
  • Method Details

    • getCode

      public int getCode()
      Returns the reason for the failure, given by one of the numeric constants in this class