Class LARTypeException

All Implemented Interfaces:
Serializable

public class LARTypeException extends PortalException
Author:
Brian Wing Shun Chan
See Also:
  • Field Details

  • Constructor Details

    • LARTypeException

      public LARTypeException()
    • LARTypeException

      public LARTypeException(int type)
    • LARTypeException

      public LARTypeException(int type, String msg)
    • LARTypeException

      public LARTypeException(int type, String msg, Throwable throwable)
    • LARTypeException

      public LARTypeException(int type, Throwable throwable)
    • LARTypeException

      public LARTypeException(String msg)
    • LARTypeException

      public LARTypeException(String actualLARType, String[] expectedLARTypes)
    • LARTypeException

      public LARTypeException(String msg, Throwable throwable)
    • LARTypeException

      public LARTypeException(Throwable throwable)
  • Method Details

    • getActualLARType

      public String getActualLARType()
    • getExpectedLARTypes

      public String[] getExpectedLARTypes()
    • getType

      public int getType()
    • setActualLARType

      public void setActualLARType(String actualLARType)
    • setExpectedLARTypes

      public void setExpectedLARTypes(String[] expectedLARTypes)
    • setType

      public void setType(int type)