org.richfaces.cdk.templatecompiler.el
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.richfaces.cdk.templatecompiler.el.ParsingException
- All Implemented Interfaces:
- Serializable
public class ParsingException
- extends Exception
Parsing Exception
- Author:
- amarkhel
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParsingException
public ParsingException()
ParsingException
public ParsingException(String message)
- Parameters:
message -
ParsingException
public ParsingException(Throwable cause)
- Parameters:
cause -
ParsingException
public ParsingException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.