Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

com.ibm.lpex.core
Class LpexView.ViewInstantiationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.lpex.core.LpexView.ViewInstantiationException

All Implemented Interfaces:
Serializable

Enclosing class:
LpexView


public static class LpexView.ViewInstantiationException
extends Exception

Indicates a failed attempt to create a new view. For example, multiple views on the same document are not supported when document-section management is in effect.

See Also:
Serialized Form


Constructor Summary
LpexView.ViewInstantiationException()
          Creates a new view instantiation exception.
LpexView.ViewInstantiationException(String message)
          Creates a new view instantiation exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

 

 

LpexView.ViewInstantiationException

public LpexView.ViewInstantiationException()

Creates a new view instantiation exception.


 

 

LpexView.ViewInstantiationException

public LpexView.ViewInstantiationException(String message)

Creates a new view instantiation exception.

Parameters:
message - the exception message


 

Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD