xmlgraphics-commons 1.2

org.apache.xmlgraphics.ps.dsc
Class DSCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.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.
 
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

DSCException

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

Parameters:
msg - the exception message

xmlgraphics-commons 1.2

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