xmlgraphics-commons 1.4

org.apache.xmlgraphics.ps.dsc
Class DSCException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.xmlgraphics.ps.dsc.DSCException
All Implemented Interfaces:
java.io.Serializable

public class DSCException
extends java.lang.Exception

Exception to signal problems while parsing a supposedly DSC-conformant file.

See Also:
Serialized Form

Constructor Summary
DSCException(java.lang.String msg)
          Creates a new DSCException.
 
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

DSCException

public DSCException(java.lang.String msg)
Creates a new DSCException.

Parameters:
msg - the exception message

xmlgraphics-commons 1.4

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