com.aptana.ide.lexer
Class LexerInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aptana.ide.lexer.LexerInitializationException
All Implemented Interfaces:
java.io.Serializable

public class LexerInitializationException
extends java.lang.Exception

Author:
Kevin Lindsey
See Also:
Serialized Form

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

LexerInitializationException

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

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