SWT LPEX
v3.0.5

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 document 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

SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.