Class ClassLookupException

  • All Implemented Interfaces:
    Serializable

    public class ClassLookupException
    extends RuntimeException
    Class is not in scope. A ClassLookupException will be thrown when the IClass to a TypeReferece cannot be resolved using the ClassHierarchy. In typical cases this should not be propergated out from the utility classes.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClassLookupException

        public ClassLookupException​(String message)