org.objectweb.joram.shared.excepts
Class SelectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.joram.shared.excepts.MomException
              extended by org.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

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.objectweb.joram.shared.excepts.MomException
type
 
Constructor Summary
SelectorException(java.lang.String info)
          Constructs a SelectorException instance.
 
Method Summary
 
Methods inherited from class org.objectweb.joram.shared.excepts.MomException
getType
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SelectorException

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



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.