Class FailedSecondPassException

All Implemented Interfaces:
Serializable

@Deprecated public class FailedSecondPassException extends AnnotationException
Deprecated.
It would be nice to be able to eliminate this completely
Indicates a failure processing a SecondPass, where the hope is that subsequent processing will be able to recover from it.
See Also:
  • Constructor Details

    • FailedSecondPassException

      public FailedSecondPassException(String msg, Throwable cause)
      Deprecated.
      Constructs a FailedSecondPassException using the given message and underlying cause.
      Parameters:
      msg - The message explaining the condition that caused the exception
      cause - The underlying exception