Package

org.apache.daffodil

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class Abort extends UnsuppressableException

    Permalink
  2. class Assert extends AnyRef

    Permalink
  3. trait HasSchemaFileLocation extends LookupLocation

    Permalink
  4. class NotYetImplementedException extends UnsuppressableException

    Permalink
  5. trait SavesErrorsAndWarnings extends AnyRef

    Permalink

    This trait for true "compilation" when there is a mechanism for accumulating multiple errors and/or warnings, and we are trying (someplace) to keep going after an error.

    This trait for true "compilation" when there is a mechanism for accumulating multiple errors and/or warnings, and we are trying (someplace) to keep going after an error.

    Also for runtime warnings.

  6. trait SchemaFileLocatable extends LocationInSchemaFile with HasSchemaFileLocation

    Permalink
  7. class SchemaFileLocation extends LocationInSchemaFile with Serializable

    Permalink
  8. trait ThinThrowable extends AnyRef

    Permalink
  9. trait ThinThrowableWithCause extends ThinThrowable

    Permalink
  10. trait ThrowsSDE extends AnyRef

    Permalink

    ThrowsSDE has *only* termination semantics.

    ThrowsSDE has *only* termination semantics. I.e., SDE just throws. This makes it independent of context, i.e., we don't have to pass or otherwise arrange for things that throw SDE to use the right compile-time or runtime context to do their SDE throwing. Rather, we use the appropriate compile-time or runtime mechanism for dealing with these thrown SDEs at the place where they are caught. I.e., the context is on the catch-side only.

    This turns out to be important for avoiding big modularity problems where everything would end up parameterized by what kind of context is to be used in case there is some sort of error. That makes it very hard to share code across compile time (when errors are accumulated into lists) vs runtime (when SDEs are usually fatal)

    Both true "compilation" i.e., SchemaComponent will mix this in, as well as runtime data structures.

  11. abstract class UnsuppressableException extends Exception

    Permalink
  12. class UsageException extends UnsuppressableException

    Permalink

Value Members

  1. object Assert extends Assert

    Permalink

Ungrouped