public class ProcessorException
extends java.lang.Exception
Processor
encountered an error.Constructor and Description |
---|
ProcessorException(java.lang.String msg,
java.lang.Throwable t,
Processor processor)
Create a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
Processor |
getProcessor()
Return the processor that encountered error.
|
public ProcessorException(java.lang.String msg, java.lang.Throwable t, Processor processor)
msg
- messaget
- exception sourceprocessor
- processor that encountered errorpublic Processor getProcessor()
Copyright © 2010 - 2020 Adobe. All Rights Reserved