ua.gradsoft.javachecker
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ua.gradsoft.javachecker.ProcessingException
All Implemented Interfaces:
java.io.Serializable

public class ProcessingException
extends java.lang.Exception

Some exception, which occured during processing, in such way, that we must report this to top-level.

Author:
Ruslan Shevchenko
See Also:
Serialized Form

Constructor Summary
ProcessingException(java.lang.String msg)
          Constructs an instance of ProcessingException with the specified detail message.
ProcessingException(java.lang.String msg, java.lang.Throwable ex)
          Constructs an instance of ProcessingException with the specified detail message.
 
Method Summary
 java.lang.Throwable getInternalException()
           
 
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 msg)
Constructs an instance of ProcessingException with the specified detail message.

Parameters:
msg - the detail message.

ProcessingException

public ProcessingException(java.lang.String msg,
                           java.lang.Throwable ex)
Constructs an instance of ProcessingException with the specified detail message.

Parameters:
msg - the detail message.
Method Detail

getInternalException

public java.lang.Throwable getInternalException()