Package org.apache.axis2.schema
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaCompilationException()
SchemaCompilationException(String message)
SchemaCompilationException(String message, Throwable cause)
SchemaCompilationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-