org.apache.fop.fo.expr
Class PropertyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.fop.fo.expr.PropertyException

public class PropertyException
extends Exception


Constructor Summary
PropertyException(String detail)
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

PropertyException

public PropertyException(String detail)