Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends IllegalArgumentException
Throw this exception when a Resolver can not resolve a path.

Plan will create a "404 Not found" error page automatically.

See Also:
Serialized Form
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)