Class SchemaTypeLoaderException

  • All Implemented Interfaces:
    java.io.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​(java.lang.String message,
                                         java.lang.String name,
                                         java.lang.String handle,
                                         int code)
        Constructs an exception with the given message, filename, extension, and code
      • SchemaTypeLoaderException

        public SchemaTypeLoaderException​(java.lang.String message,
                                         java.lang.String name,
                                         java.lang.String handle,
                                         int code,
                                         java.lang.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