LPEX
4.4.0

com.ibm.lpex.core
Class LpexView.ViewInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.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.
 
Method Summary
 
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

LPEX
4.4.0

Copyright � 2016 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.