org.apache.velocity.test.misc
Class UberspectTestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.velocity.test.misc.UberspectTestException
- All Implemented Interfaces:
- Serializable
public class UberspectTestException
- extends RuntimeException
Exception that returns an Info object for testing after a introspection problem.
This extends Error so that it will stop parsing and allow
internal info to be examined.
- Version:
- $Id: UberspectTestException.java 463298 2006-10-12 16:10:32Z henning $
- Author:
- Will Glass-Husain, Llewellyn Falco
- See Also:
- Serialized Form
UberspectTestException
public UberspectTestException(String message,
Info i)
getInfo
public Info getInfo()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.