se.sics.jasper
Class AtomRegisterFailure

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--se.sics.jasper.SPException
                    |
                    +--se.sics.jasper.AtomRegisterFailure

public class AtomRegisterFailure
extends SPException

Thrown if SPCanonicalAtom could not register or un-register a canonical atom representation.s

See Also:
Serialized Form

Fields inherited from class se.sics.jasper.SPException
term
 
Constructor Summary
AtomRegisterFailure(java.lang.String msg)
           
 
Methods inherited from class se.sics.jasper.SPException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtomRegisterFailure

public AtomRegisterFailure(java.lang.String msg)