org.jsoup.select
Class Selector.SelectorParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.jsoup.select.Selector.SelectorParseException
All Implemented Interfaces:
Serializable
Enclosing class:
Selector

public static class Selector.SelectorParseException
extends IllegalStateException

See Also:
Serialized Form

Constructor Summary
Selector.SelectorParseException(String msg, Object... params)
           
 
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

Selector.SelectorParseException

public Selector.SelectorParseException(String msg,
                                       Object... params)


Copyright © 2009-2010 Jonathan Hedley. All Rights Reserved.