org.slim3.commons.exception
Class ParseRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.slim3.commons.exception.SRuntimeException
org.slim3.commons.exception.ParseRuntimeException
- All Implemented Interfaces:
- Serializable
public class ParseRuntimeException
- extends SRuntimeException
This exception is thrown when a ParseException
is encountered.
- Since:
- 3.0
- Author:
- higa
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseRuntimeException
public ParseRuntimeException(String text,
ParseException cause)
- Constructor.
- Parameters:
text
- the textcause
- the cause
getText
public String getText()
- Returns the text.
- Returns:
- the text
Copyright © 2008-2009 The Slim3 project. All Rights Reserved.