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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getCode

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