com.aptana.ide.lexer
Class LexerException

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

public class LexerException
extends java.lang.Exception

Author:
Kevin Lindsey
See Also:
Serialized Form

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

LexerException

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

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