Class UserFieldException

All Implemented Interfaces:
Serializable

public class UserFieldException extends PortalException
Author:
Jonathan McCann
See Also:
  • Constructor Details

    • UserFieldException

      public UserFieldException()
    • UserFieldException

      public UserFieldException(String msg)
    • UserFieldException

      public UserFieldException(String msg, Throwable throwable)
    • UserFieldException

      public UserFieldException(Throwable throwable)
  • Method Details

    • addField

      public void addField(String field)
    • getFields

      public List<String> getFields()
    • hasFields

      public boolean hasFields()