atg.rview
Class RelationalViewException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.rview.RelationalViewException
All Implemented Interfaces:
java.io.Serializable

public class RelationalViewException
extends java.lang.Exception

Represents an exception encountered when trying to process a RelationalView's specification into working RelationalView objects. Note that this does not cover SQLExceptions.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
RelationalViewException()
          Constructor
RelationalViewException(java.lang.String pMessage)
          Constructor
 
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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

RelationalViewException

public RelationalViewException()
Constructor


RelationalViewException

public RelationalViewException(java.lang.String pMessage)
Constructor