Class LibraryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
All Implemented Interfaces:
Serializable

public class LibraryException extends SemanticException
Indicates an error while operating with library.
See Also:
  • Field Details

    • DESIGN_EXCEPTION_LIBRARY_NOT_FOUND

      public static final String DESIGN_EXCEPTION_LIBRARY_NOT_FOUND
      Indicates the library is not found in module.
      See Also:
    • DESIGN_EXCEPTION_DUPLICATE_LIBRARY_NAMESPACE

      public static final String DESIGN_EXCEPTION_DUPLICATE_LIBRARY_NAMESPACE
      Indicates the namespace one library is using is duplicate.
      See Also:
    • DESIGN_EXCEPTION_LIBRARY_INCLUDED_RECURSIVELY

      public static final String DESIGN_EXCEPTION_LIBRARY_INCLUDED_RECURSIVELY
      Indicates the library is included recursively.
      See Also:
    • DESIGN_EXCEPTION_LIBRARY_HAS_DESCENDENTS

      public static final String DESIGN_EXCEPTION_LIBRARY_HAS_DESCENDENTS
      Indicates that library has descendents in the current module.
      See Also:
    • DESIGN_EXCEPTION_LIBRARY_ALREADY_INCLUDED

      public static final String DESIGN_EXCEPTION_LIBRARY_ALREADY_INCLUDED
      Indicates that library is already included, a library can not be added twice.
      See Also:
    • DESIGN_EXCEPTION_INVALID_LIBRARY_NAMESPACE

      public static final String DESIGN_EXCEPTION_INVALID_LIBRARY_NAMESPACE
      Indicates the namespace of library is invalid, for it is empty or contains illegal characters.
      See Also:
  • Constructor Details

    • LibraryException

      public LibraryException(org.eclipse.birt.report.model.core.Module module, String errCode)
      Constructor.
      Parameters:
      module - the module which has errors
      errCode - the error code
    • LibraryException

      public LibraryException(org.eclipse.birt.report.model.core.Module module, String[] values, String errCode)
      Constructor.
      Parameters:
      module - the module which has errors
      values - value array used for error message
      errCode - the error code
  • Method Details