com.gentics.api.lib.exception
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gentics.api.lib.exception.NodeException
com.gentics.api.lib.exception.ParserException
- All Implemented Interfaces:
- Serializable
public class ParserException
- extends NodeException
Exception that is thrown when a parsing process fails
- See Also:
- Serialized Form
where
protected String where
pos
protected int pos
ParserException
public ParserException(String message,
String where,
int pos)
- Create an instance of the exception with a message and a position
- Parameters:
message
- message of the exceptionwhere
- sourcepos
- position
ParserException
public ParserException(String message)
- Create an instance of the exception with a message
- Parameters:
message
- message of the exception
ParserException
public ParserException(String message,
Throwable cause)
- Create an instance of the exception with a message and a cause
- Parameters:
message
- message of the exceptioncause
- cause of the exception
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.