Class NoSuchPrototypeException

All Implemented Interfaces:
Serializable

public class NoSuchPrototypeException extends PException
Thrown by IPrototypeService on an attempt to translate invalid name prototype into a prototype instance.

Can be thrown also by other methods, which operation involves such a translation.

Author:
dobisekm
See Also:
  • Constructor Details

    • NoSuchPrototypeException

      public NoSuchPrototypeException()
    • NoSuchPrototypeException

      public NoSuchPrototypeException(String message)
      Parameters:
      message -
    • NoSuchPrototypeException

      public NoSuchPrototypeException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • NoSuchPrototypeException

      public NoSuchPrototypeException(Throwable cause)
      Parameters:
      cause -