Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping
Class RequiredStructureException

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.portlet.dynamicdatamapping.RequiredStructureException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequiredStructureException.MustNotDeleteStructureReferencedByStructureLinks, RequiredStructureException.MustNotDeleteStructureReferencedByTemplates, RequiredStructureException.MustNotDeleteStructureThatHasChild

public class RequiredStructureException
extends PortalException

See Also:
Serialized Form

Nested Class Summary
static class RequiredStructureException.MustNotDeleteStructureReferencedByStructureLinks
           
static class RequiredStructureException.MustNotDeleteStructureReferencedByTemplates
           
static class RequiredStructureException.MustNotDeleteStructureThatHasChild
           
 
Field Summary
static int REFERENCED_STRUCTURE
          Deprecated. 
static int REFERENCED_STRUCTURE_LINK
          Deprecated. 
static int REFERENCED_TEMPLATE
          Deprecated. 
 
Constructor Summary
RequiredStructureException(int type)
          Deprecated. 
 
Method Summary
 int getType()
          Deprecated. 
 
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
 

Field Detail

REFERENCED_STRUCTURE

@Deprecated
public static final int REFERENCED_STRUCTURE
Deprecated. 
See Also:
Constant Field Values

REFERENCED_STRUCTURE_LINK

@Deprecated
public static final int REFERENCED_STRUCTURE_LINK
Deprecated. 
See Also:
Constant Field Values

REFERENCED_TEMPLATE

@Deprecated
public static final int REFERENCED_TEMPLATE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

RequiredStructureException

@Deprecated
public RequiredStructureException(int type)
Deprecated. 

Method Detail

getType

@Deprecated
public int getType()
Deprecated. 


Liferay 7.0-ce-m6