Liferay 6.2-ce-ga5

com.liferay.portal
Class UserFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.UserFieldException
All Implemented Interfaces:
Serializable

public class UserFieldException
extends PortalException

See Also:
Serialized Form

Constructor Summary
UserFieldException()
           
UserFieldException(String msg)
           
UserFieldException(String msg, Throwable cause)
           
UserFieldException(Throwable cause)
           
 
Method Summary
 void addField(String field)
           
 List<String> getFields()
           
 boolean hasFields()
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserFieldException

public UserFieldException()

UserFieldException

public UserFieldException(String msg)

UserFieldException

public UserFieldException(String msg,
                          Throwable cause)

UserFieldException

public UserFieldException(Throwable cause)
Method Detail

addField

public void addField(String field)

getFields

public List<String> getFields()

hasFields

public boolean hasFields()

Liferay 6.2-ce-ga5