Skip navigation links


com.bea.p13n.display.config.exception
Class TemplateLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.p13n.display.config.exception.DisplayServiceException
              extended by com.bea.p13n.display.config.exception.TemplateLookupException

All Implemented Interfaces
Serializable

public class TemplateLookupException
extends DisplayServiceException

This class extends TemplateLookupException class and wraps the exception occurred in the application. This exception might occur when there is a problem in looking up any particular view.

See Also
Serialized Form

Constructor Summary
TemplateLookupException()
           
TemplateLookupException(String msg)
          Constructor that takes a String message as an argument
TemplateLookupException(Throwable cause)
          Constructor that takes Throwbale object.
TemplateLookupException(Throwable cause, String msg)
          Constructor that takes Throwable object and message

 

Method Summary

 

Methods inherited from class com.bea.p13n.display.config.exception.DisplayServiceException
getErrorLevel, initCause, setErrorLevel

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

TemplateLookupException

public TemplateLookupException()

TemplateLookupException

public TemplateLookupException(String msg)
Constructor that takes a String message as an argument
Parameters
msg -

TemplateLookupException

public TemplateLookupException(Throwable cause)
Constructor that takes Throwbale object.
Parameters
cause -

TemplateLookupException

public TemplateLookupException(Throwable cause,
                               String msg)
Constructor that takes Throwable object and message
Parameters
cause -
msg -

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.