org.jrubyparser.lexer
Class StringTerm.UnterminatedStringException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jrubyparser.lexer.SyntaxException
                  extended by org.jrubyparser.lexer.StringTerm.UnterminatedStringException
All Implemented Interfaces:
Serializable
Enclosing class:
StringTerm

public static class StringTerm.UnterminatedStringException
extends SyntaxException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jrubyparser.lexer.SyntaxException
SyntaxException.PID
 
Constructor Summary
StringTerm.UnterminatedStringException(SourcePosition pos, String message)
           
 
Method Summary
 
Methods inherited from class org.jrubyparser.lexer.SyntaxException
getPid, getPosition
 
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

StringTerm.UnterminatedStringException

public StringTerm.UnterminatedStringException(SourcePosition pos,
                                              String message)


Copyright © 2013. All Rights Reserved.