org.apache.axis2.schema
Class SchemaCompilationException

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

public class SchemaCompilationException
extends java.lang.Exception

A simeple extension from the java.lang.exception to serve as the schema compilers Exception

See Also:
Serialized Form

Constructor Summary
SchemaCompilationException()
           
SchemaCompilationException(java.lang.String message)
           
SchemaCompilationException(java.lang.String message, java.lang.Throwable cause)
           
SchemaCompilationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaCompilationException

public SchemaCompilationException()

SchemaCompilationException

public SchemaCompilationException(java.lang.String message)

SchemaCompilationException

public SchemaCompilationException(java.lang.Throwable cause)

SchemaCompilationException

public SchemaCompilationException(java.lang.String message,
                                  java.lang.Throwable cause)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.