org.apache.fop.fo

Class ValidationException


public class ValidationException
extends FOPException

Exception thrown during FO tree validation.

Constructor Summary

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.

Method Summary

Methods inherited from class org.apache.fop.apps.FOPException

getMessage, getRootException, isLocationSet, printStackTrace, printStackTrace, printStackTrace, setLocation, setLocator

Constructor Details

ValidationException

public ValidationException(String message)
Constructs a new FOP exception with the specified detail message.
Parameters:
message - the detail message.

ValidationException

public ValidationException(String message,
                           Locator locator)
Constructs a new FOP exception with the specified detail message and location.
Parameters:
message - the detail message.
locator - the locator holding the location.

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.