Class SchemaCompilationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.axis2.schema.SchemaCompilationException
All Implemented Interfaces:
Serializable

public class SchemaCompilationException extends Exception
A simeple extension from the java.lang.exception to serve as the schema compilers Exception
See Also:
  • Constructor Details

    • SchemaCompilationException

      public SchemaCompilationException()
    • SchemaCompilationException

      public SchemaCompilationException(String message)
    • SchemaCompilationException

      public SchemaCompilationException(Throwable cause)
    • SchemaCompilationException

      public SchemaCompilationException(String message, Throwable cause)