Module dev.civl.abc

Class UnsourcedException

All Implemented Interfaces:
Serializable

public class UnsourcedException extends ABCException
An exception for which the source (in the source program being compiled) is unknown. The expectation is that this exception will be caught internally by a method lower on the call stack which does know the source, and that method will construct a SyntaxException from this exception, specifying the source.
See Also:
  • Constructor Details

    • UnsourcedException

      public UnsourcedException(String message)
      Constructs a new unsourced exception wrapping the given message
      Parameters:
      message - a message which will be incorporated into the final message printed to the user