com.aptana.sax
Class SchemaInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aptana.sax.SchemaInitializationException
All Implemented Interfaces:
java.io.Serializable

public class SchemaInitializationException
extends java.lang.Exception

Author:
Kevin Lindsey
See Also:
Serialized Form

Constructor Summary
SchemaInitializationException(java.lang.String message, java.lang.Exception e)
          Create a new instance of SchemaInitializationException
 
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

SchemaInitializationException

public SchemaInitializationException(java.lang.String message,
                                     java.lang.Exception e)
Create a new instance of SchemaInitializationException

Parameters:
message - The message associated with this exception
e - The inner exception