org.jruby.parser
Class ParserSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jruby.parser.ParserSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class ParserSyntaxException
extends java.lang.Exception

Author:
enebo
See Also:
Serialized Form

Constructor Summary
ParserSyntaxException(java.lang.String message, java.lang.String... args)
           
 
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

ParserSyntaxException

public ParserSyntaxException(java.lang.String message,
                             java.lang.String... args)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.