org.apache.fop.fo
Class ValidationException
public class ValidationException
Exception thrown during FO tree validation.
ValidationException(String message) - Constructs a new FOP exception with the specified detail message.
|
ValidationException(String message, Locator locator) - Constructs a new FOP exception with the specified detail message and location.
|
ValidationException
public ValidationException(String message)
Constructs a new FOP exception with the specified detail message.
message
- the detail message.
ValidationException
public ValidationException(String message,
Locator locator)
Constructs a new FOP exception with the specified detail message and location.
message
- the detail message.locator
- the locator holding the location.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.