Class VerifyException

  • All Implemented Interfaces:
    Serializable

    public class VerifyException
    extends RuntimeException
    Exception during verification of a class. Thrown by CClass if
    • an effect is redeclared without being declared,
    • redeclaration would weaken access privilegies
    • trial to redeclare other but subclass
    • Found effect with the same name: consider redeclare: more a warning
    • declaration in class and in superclass
    Trown by SClass if
    • minimal/maximal element not unique
    • relation should be spec in inner class because ...
    • relation not reflected by superclass
    • deficiency cyclically related with itself.
    • no deficiencies found.
    • relation has no minimal elements and is hence cyclic.
    • relation is cyclic.
    Created: Wed Apr 20 23:38:10 2005
    Version:
    1.0
    Author:
    Ernst Reissner
    See Also:
    Serialized Form
    • Constructor Detail

      • VerifyException

        public VerifyException​(String message)