org.apache.fop.apps
Class FOPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fop.apps.FOPException
- All Implemented Interfaces:
- Serializable
- public class FOPException
- extends Exception
Exception thrown when FOP has a problem
- See Also:
- Serialized Form
Constructor Summary |
FOPException(String message)
create a new FOP Exception |
FOPException(String message,
String systemId,
int line,
int column)
|
FOPException(String message,
Throwable e)
|
FOPException(String message,
Throwable e,
String systemId,
int line,
int column)
|
FOPException(Throwable e)
|
FOPException(Throwable e,
String systemId,
int line,
int column)
|
FOPException
public FOPException(String message)
- create a new FOP Exception
- Parameters:
message
- descriptive message
FOPException
public FOPException(String message,
String systemId,
int line,
int column)
FOPException
public FOPException(Throwable e)
FOPException
public FOPException(Throwable e,
String systemId,
int line,
int column)
FOPException
public FOPException(String message,
Throwable e)
FOPException
public FOPException(String message,
Throwable e,
String systemId,
int line,
int column)
setException
protected void setException(Throwable t)
getException
public Throwable getException()
setLocation
public void setLocation(String systemId,
int line,
int column)
isLocationSet
public boolean isLocationSet()
getRootException
protected Throwable getRootException()
getMessage
public String getMessage()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintStream stream)
printStackTrace
public void printStackTrace(PrintWriter writer)
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.