Class TypeNotFoundException

All Implemented Interfaces:
Serializable

public class TypeNotFoundException extends GeneratorException
Type not found exception.
Since:
1.1
Version:
$Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Le Duc Bao, Ralf Joachim
See Also:
  • Constructor Details

    • TypeNotFoundException

      public TypeNotFoundException(String message)
      Construct TypeNotFoundException with given message.
      Parameters:
      message - Exception message.
    • TypeNotFoundException

      public TypeNotFoundException(String message, Exception ex)
      Construct TypeNotFoundException with given message and cause.
      Parameters:
      message - Exception message.
      ex - Original exception cause.