ccc.plugins.scripting
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ccc.plugins.scripting.ProcessingException
All Implemented Interfaces:
java.io.Serializable

public class ProcessingException
extends java.lang.Exception

Exception thrown when script processing fails.

Author:
Civic Computing Ltd.
See Also:
Serialized Form

Constructor Summary
ProcessingException(java.lang.String title, int lineNo, java.lang.Throwable cause)
          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

ProcessingException

public ProcessingException(java.lang.String title,
                           int lineNo,
                           java.lang.Throwable cause)
Constructor.

Parameters:
title - The title of the script.
lineNo - The line of the script that failed.
cause - The cause of the failure.


Copyright © 2010. All Rights Reserved.