Joram ${version}

org.objectweb.joram.shared.excepts
Class SelectorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.joram.shared.excepts.MomException
              extended byorg.objectweb.joram.shared.excepts.SelectorException
All Implemented Interfaces:
java.io.Serializable

public class SelectorException
extends MomException

A SelectorException is thrown when an error occurs while parsing a selector expression.

See Also:
Serialized Form

Constructor Summary
SelectorException(java.lang.String info)
          Constructs a SelectorException instance.
 
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

SelectorException

public SelectorException(java.lang.String info)
Constructs a SelectorException instance.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved