NoSuchViewException Class

com.beasys.commerce.ebusiness.catalog
NoSuchViewException Class

public class NoSuchViewException

    extends RuntimeException

Indicates that a nonexistant View was requested from a ViewIterator.

Related Topics

View
ViewIterator


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        NoSuchViewException
All Implemented Interfaces

Serializable

Constructor Summary

NoSuchViewException()

Constructs a NoSuchViewException with no error message.
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

NoSuchViewException

public NoSuchViewException()
Constructs a NoSuchViewException with no error message.