Class QualifiedNameNotFoundException

All Implemented Interfaces:
Serializable

public class QualifiedNameNotFoundException extends PolyApiException
Exception thrown when the qualified name for a class is not found.
See Also:
  • Constructor Details

    • QualifiedNameNotFoundException

      public QualifiedNameNotFoundException(String qualifiedName, Throwable cause)
      Constructor that sets the qualified name and adds a message around it.
      Parameters:
      qualifiedName - The qualified name that wasn't found.
      cause - The exception that caused this one.