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

      • SchemaCompilationException

        public SchemaCompilationException()
      • SchemaCompilationException

        public SchemaCompilationException​(String message)
      • SchemaCompilationException

        public SchemaCompilationException​(Throwable cause)
      • SchemaCompilationException

        public SchemaCompilationException​(String message,
                                          Throwable cause)