fop 0.95

org.apache.fop.render.ps
Class PSDictionaryFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.fop.render.ps.PSDictionaryFormatException
All Implemented Interfaces:
java.io.Serializable

public class PSDictionaryFormatException
extends java.lang.Exception

Thrown to indicate that a formatting error has occured when trying to parse a postscript dictionary object

See Also:
Serialized Form

Constructor Summary
PSDictionaryFormatException(java.lang.String string)
          Default constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSDictionaryFormatException

public PSDictionaryFormatException(java.lang.String string)
Default constructor

Parameters:
string - error message

fop 0.95

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