org.peaseplate.locator
Class TemplateLocatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.peaseplate.TemplateException
              extended by org.peaseplate.locator.TemplateLocatorException
All Implemented Interfaces:
java.io.Serializable

public class TemplateLocatorException
extends TemplateException

An exception thrown by implementations of the Locator interface.

Author:
Manfred HANTSCHEL
See Also:
Serialized Form

Constructor Summary
TemplateLocatorException(java.lang.String message)
          Create the exception using the specified message
TemplateLocatorException(java.lang.String message, java.lang.Throwable cause)
          Create the exception using the specified message and the specified cause for the 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

TemplateLocatorException

public TemplateLocatorException(java.lang.String message)
Create the exception using the specified message

Parameters:
message - the message

TemplateLocatorException

public TemplateLocatorException(java.lang.String message,
                                java.lang.Throwable cause)
Create the exception using the specified message and the specified cause for the exception

Parameters:
message - the message
cause - the cause for the exception


Copyright © 2008. All Rights Reserved.