Class LayoutImportException

All Implemented Interfaces:
Serializable

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

    • TYPE_DEFAULT

      public static final int TYPE_DEFAULT
      See Also:
    • TYPE_WRONG_BUILD_NUMBER

      public static final int TYPE_WRONG_BUILD_NUMBER
      See Also:
    • TYPE_WRONG_LAR_SCHEMA_VERSION

      public static final int TYPE_WRONG_LAR_SCHEMA_VERSION
      See Also:
    • TYPE_WRONG_PORTLET_SCHEMA_VERSION

      public static final int TYPE_WRONG_PORTLET_SCHEMA_VERSION
      See Also:
  • Constructor Details

    • LayoutImportException

      public LayoutImportException()
    • LayoutImportException

      public LayoutImportException(int type)
    • LayoutImportException

      public LayoutImportException(int type, Object... arguments)
    • LayoutImportException

      public LayoutImportException(int type, String msg)
    • LayoutImportException

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

      public LayoutImportException(int type, Throwable throwable)
    • LayoutImportException

      public LayoutImportException(String msg)
    • LayoutImportException

      public LayoutImportException(String msg, Throwable throwable)
    • LayoutImportException

      public LayoutImportException(Throwable throwable)
  • Method Details

    • getArguments

      public Object[] getArguments()
    • getType

      public int getType()
    • setArguments

      public void setArguments(Object[] arguments)
    • setType

      public void setType(int type)