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.

Author:
Tobias Blaschke <code@tobiasblaschke.de>
See Also:
  • Constructor Details

    • ClassLookupException

      public ClassLookupException(String message)