Class JavaAgent.resource.InterpretationException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaAgent.resource.InterpretationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----JavaAgent.resource.InterpretationException

public class InterpretationException
extends Exception
Indicates that an Agent was unable to interpret a message in the specified Language according to a given Interpreter.
Copyright (c) 1995, H. Robert Frost, Stanford University. All rights reserved.

Copyright (c) 1996, H. Robert Frost, Enterprise Integration Technologies, Inc. All rights reserved.

RESTRICTED RIGHTS LEGEND: Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph(c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and in similar clauses in the FAR and NASA FAR supplement.

This software is bound by the terms and conditions listed in the attached LICENSE file.



Constructor Index

 o InterpretationException(String)
Creates a InterpretationException.

Constructors

 o InterpretationException
  public InterpretationException(String message)
Creates a InterpretationException.
Parameters:
message - Error message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index